Sha256: e5d7e46d158a0c208d642555b94723e63c5c7f84793c0e76a2f4737d90baabe2
Contents?: true
Size: 1.79 KB
Versions: 14
Compression:
Stored size: 1.79 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 CognitoSync module Errors class ServiceError < ::Aws::Errors::ServiceError end class AlreadyStreamedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConcurrentModificationException < ::Aws::Errors::ServiceError def message: () -> ::String end class DuplicateRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalErrorException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidConfigurationException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidLambdaFunctionOutputException < ::Aws::Errors::ServiceError def message: () -> ::String end class InvalidParameterException < ::Aws::Errors::ServiceError def message: () -> ::String end class LambdaThrottledException < ::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
14 entries across 14 versions & 1 rubygems