Class: Aws::BedrockRuntime::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The service isn’t currently available. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1964 1965 1966 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1964 def event_type @event_type end |
#message ⇒ String
1964 1965 1966 1967 1968 1969 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1964 class ServiceUnavailableException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |