Class: Aws::Support::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-support/types.rb

Overview

You have exceeded the maximum allowed TPS (Transactions Per Second) for the operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1433
1434
1435
1436
1437
# File 'lib/aws-sdk-support/types.rb', line 1433

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