Class: Aws::BedrockAgentCore::Types::DuplicateIdException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::DuplicateIdException
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
An exception thrown when attempting to create a resource with an identifier that already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 1131 class DuplicateIdException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |