Class: Aws::PaymentCryptography::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::PaymentCryptography::Errors::ThrottlingException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
140 141 142 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb', line 140 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
145 146 147 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb', line 145 def @message || @data[:message] end |