Sha256: e7ffb049506c2892a7d12ce657a6daa3033f724f4e1c32390cfebe78f5993d33
Contents?: true
Size: 1.35 KB
Versions: 8
Compression:
Stored size: 1.35 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 Mobile module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccountActionRequiredException < ::Aws::Errors::ServiceError def message: () -> ::String end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalFailureException < ::Aws::Errors::ServiceError def message: () -> ::String end class LimitExceededException < ::Aws::Errors::ServiceError def retry_after_seconds: () -> ::String def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceUnavailableException < ::Aws::Errors::ServiceError def retry_after_seconds: () -> ::String def message: () -> ::String end class TooManyRequestsException < ::Aws::Errors::ServiceError def retry_after_seconds: () -> ::String def message: () -> ::String end class UnauthorizedException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems