Sha256: 15df34923a2fb8ea532d834b6a77a78d1228ffc0995787f9ae992b0854d17cfd
Contents?: true
Size: 1.4 KB
Versions: 29
Compression:
Stored size: 1.4 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 BedrockAgentRuntime module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError def message: () -> ::String end class BadGatewayException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class ConflictException < ::Aws::Errors::ServiceError def message: () -> ::String end class DependencyFailedException < ::Aws::Errors::ServiceError def message: () -> ::String def resource_name: () -> ::String end class InternalServerException < ::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
29 entries across 29 versions & 1 rubygems