Class: Aws::Bedrock::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- 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
13282 13283 13284 13285 13286 |
# File 'lib/aws-sdk-bedrock/types.rb', line 13282 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |