Sha256: 3b096ff0e1422e9bb6e93a4fe506029e7746e6984f63f1a466d5db224f26d665
Contents?: true
Size: 1.59 KB
Versions: 17
Compression:
Stored size: 1.59 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 CognitoIdentity module Errors class ServiceError < ::Aws::Errors::ServiceError end class ConcurrentModificationException < ::Aws::Errors::ServiceError def message: () -> ::String end class DeveloperUserAlreadyRegisteredException < ::Aws::Errors::ServiceError def message: () -> ::String end class ExternalServiceException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidIdentityPoolConfigurationException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotAuthorizedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class TooManyRequestsException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
17 entries across 17 versions & 1 rubygems