Class: Aws::PaymentCryptography::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1576
1577
1578
1579
1580
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1576

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