Class: Aws::BedrockAgentCoreControl::Errors::ThrottledException

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

Returns a new instance of ThrottledException.

Parameters:



230
231
232
# File 'lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 230

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


239
240
241
# File 'lib/aws-sdk-bedrockagentcorecontrol/errors.rb', line 239

def retryable?
  true
end