Class: Aws::BedrockAgentRuntime::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The number of requests exceeds the service quota. Resubmit your request 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
9326 9327 9328 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9326 def event_type @event_type end |
#message ⇒ String
9326 9327 9328 9329 9330 9331 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9326 class ServiceQuotaExceededException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |