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
6679 6680 6681 6682 6683 |
# File 'lib/aws-sdk-bedrock/types.rb', line 6679 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |