Class: Aws::NovaAct::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::NovaAct::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-novaact/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #quota_code ⇒ String
- #retry_after_seconds ⇒ String
- #retryable? ⇒ Boolean
- #service_code ⇒ String
- #throttling? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
178 179 180 |
# File 'lib/aws-sdk-novaact/errors.rb', line 178 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
183 |
# File 'lib/aws-sdk-novaact/errors.rb', line 183
def message: () -> ::String
|
#quota_code ⇒ String
193 |
# File 'lib/aws-sdk-novaact/errors.rb', line 193
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
198 |
# File 'lib/aws-sdk-novaact/errors.rb', line 198
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
202 203 204 |
# File 'lib/aws-sdk-novaact/errors.rb', line 202 def retryable? true end |
#service_code ⇒ String
188 |
# File 'lib/aws-sdk-novaact/errors.rb', line 188
def service_code: () -> ::String
|
#throttling? ⇒ Boolean
206 207 208 |
# File 'lib/aws-sdk-novaact/errors.rb', line 206 def throttling? true end |