Class: Aws::BedrockAgentCore::Types::DuplicateIdException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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