Class: Aws::Evs::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::Evs::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-evs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
123 124 125 |
# File 'lib/aws-sdk-evs/errors.rb', line 123 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
128 |
# File 'lib/aws-sdk-evs/errors.rb', line 128
def message: () -> ::String
|
#retry_after_seconds ⇒ String
133 |
# File 'lib/aws-sdk-evs/errors.rb', line 133
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
137 138 139 |
# File 'lib/aws-sdk-evs/errors.rb', line 137 def retryable? true end |