Sha256: 170fc9ed9e8ded161d5789d4866a56195f61f5f5e3a5282760c41ca808b074a1
Contents?: true
Size: 1.56 KB
Versions: 19
Compression:
Stored size: 1.56 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 Lex module Errors class ServiceError < ::Aws::Errors::ServiceError end class BadGatewayException < ::Aws::Errors::ServiceError def message: () -> ::String end class BadRequestException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class DependencyFailedException < ::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 LoopDetectedException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotAcceptableException < ::Aws::Errors::ServiceError def message: () -> ::String end class NotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class RequestTimeoutException < ::Aws::Errors::ServiceError def message: () -> ::String end class UnsupportedMediaTypeException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
19 entries across 19 versions & 1 rubygems