Sha256: c9295452601d9e8d9e6146b29f26052fd7f37dc178919c26e7bc1be3b8df6136
Contents?: true
Size: 1.31 KB
Versions: 15
Compression:
Stored size: 1.31 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 LexModelBuildingService 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 ConflictException < ::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 PreconditionFailedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceInUseException < ::Aws::Errors::ServiceError def reference_type: () -> ::String def example_reference: () -> ::String end end end end
Version data entries
15 entries across 15 versions & 1 rubygems