Class: Aws::BedrockAgentCoreControl::Errors::ConcurrentModificationException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-bedrockagentcorecontrol/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException

Returns a new instance of ConcurrentModificationException.

Parameters:



71
72
73
# File 'lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 71

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


76
# File 'lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 76

def message: () -> ::String