Sha256: bf1be8382799d0506aef0efb91b241966142a71cd865abdd2d779a542cb8aba2
Contents?: true
Size: 902 Bytes
Versions: 20
Compression:
Stored size: 902 Bytes
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 CustomerProfiles module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
20 entries across 20 versions & 1 rubygems