Class: Aws::DynamoDB::Errors::ProvisionedThroughputExceededException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ProvisionedThroughputExceededException.

Parameters:



381
382
383
# File 'lib/aws-sdk-dynamodb/errors.rb', line 381

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

Instance Method Details

#messageString

Returns:

  • (String)


386
# File 'lib/aws-sdk-dynamodb/errors.rb', line 386

def message: () -> ::String

#throttling_reasonsString

Returns:

  • (String)


391
# File 'lib/aws-sdk-dynamodb/errors.rb', line 391

def throttling_reasons: () -> ::String