Class: Aws::Transfer::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Transfer::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-transfer/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
191 192 193 |
# File 'lib/aws-sdk-transfer/errors.rb', line 191 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#retry_after_seconds ⇒ String
196 197 198 |
# File 'lib/aws-sdk-transfer/errors.rb', line 196 def retry_after_seconds @data[:retry_after_seconds] end |