Class: Aws::BedrockAgentCoreControl::Errors::RetryableConflictException

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) ⇒ RetryableConflictException

Returns a new instance of RetryableConflictException.

Parameters:



177
178
179
# File 'lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 177

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


186
187
188
# File 'lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 186

def retryable?
  true
end