Method: Aws::DynamoDB::Types::ProvisionedThroughputExceededException#message

Defined in:
lib/aws-sdk-dynamodb/types.rb

#messageString

You exceeded your maximum allowed provisioned throughput.

Returns:

  • (String)


6248
6249
6250
6251
6252
6253
# File 'lib/aws-sdk-dynamodb/types.rb', line 6248

class ProvisionedThroughputExceededException < Struct.new(
  :message,
  :throttling_reasons)
  SENSITIVE = []
  include Aws::Structure
end