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

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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 'gems/aws-sdk-dynamodb/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
387
388
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/errors.rb', line 386

def message
  @message || @data[:message]
end

#throttling_reasonsString

Returns:

  • (String)


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

def throttling_reasons
  @data[:throttling_reasons]
end