Sha256: 4f4f88d5815ff20a8d8b07c86bb64ce2fb001dd0b79addb6a3641e0c3e67087d
Contents?: true
Size: 1.61 KB
Versions: 11
Compression:
Stored size: 1.61 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 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 ThrottlingException < ::Aws::Errors::ServiceError def message: () -> ::String end class ValidationException < ::Aws::Errors::ServiceError def message: () -> ::String end end end end
Version data entries
11 entries across 11 versions & 1 rubygems