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
9497 9498 9499 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9497 def event_type @event_type end |
#message ⇒ String
9497 9498 9499 9500 9501 9502 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 9497 class ServiceQuotaExceededException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |