Class: Aws::BedrockAgent::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
This exception is thrown when a request is made beyond the service quota
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Non Blank String.
Instance Attribute Details
#message ⇒ String
Non Blank String
2843 2844 2845 2846 2847 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2843 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |