Sha256: e6e16bdd71c026ae238d95b2f4922af39e6ebb6688836facde0832673ae6c180
Contents?: true
Size: 1.02 KB
Versions: 15
Compression:
Stored size: 1.02 KB
Contents
# WARNING ABOUT GENERATED CODE # # This file is generated. See the contributing guide for more information: # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md # # WARNING ABOUT GENERATED CODE module Aws module ResourceGroupsTaggingAPI module Errors class ServiceError < ::Aws::Errors::ServiceError end class ConcurrentModificationException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConstraintViolationException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServiceException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterException < ::Aws::Errors::ServiceError def message: () -> ::String end class PaginationTokenExpiredException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottledException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
15 entries across 15 versions & 1 rubygems