Class: Aws::BedrockAgentCoreControl::Types::ResourceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ResourceLimitExceededException
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Exception thrown when a resource limit is exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13404 13405 13406 13407 13408 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13404 class ResourceLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |