Class: Aws::BedrockAgentCoreControl::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

This exception is thrown when there is a conflict performing an operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1331
1332
1333
1334
1335
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1331

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end