Class: Aws::Bedrock::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Returned if the service cannot complete the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8502 8503 8504 8505 8506 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8502 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |