Sha256: 406733506ab894f2dc1e9d9780e7ab2092ca4a2854c012930df7505f55f4c057
Contents?: true
Size: 1.82 KB
Versions: 8
Compression:
Stored size: 1.82 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 BedrockRuntime module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class InternalServerException < ::Aws::Errors::ServiceError def message: () -> ::String end class ModelErrorException < ::Aws::Errors::ServiceError def message: () -> ::String def original_status_code: () -> ::String def resource_name: () -> ::String end class ModelNotReadyException < ::Aws::Errors::ServiceError def message: () -> ::String end class ModelStreamErrorException < ::Aws::Errors::ServiceError def message: () -> ::String def original_status_code: () -> ::String def original_message: () -> ::String end class ModelTimeoutException < ::Aws::Errors::ServiceError def message: () -> ::String end class ResourceNotFoundException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceQuotaExceededException < ::Aws::Errors::ServiceError def message: () -> ::String end class ServiceUnavailableException < ::Aws::Errors::ServiceError def message: () -> ::String end class ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems