Class: Aws::LambdaMicrovms::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::LambdaMicrovms::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-lambdamicrovms/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.
253 254 255 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 253 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
258 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 258
def message: () -> ::String
|
#quota_code ⇒ String
268 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 268
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
273 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 273
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
277 278 279 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 277 def retryable? true end |
#service_code ⇒ String
263 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 263
def service_code: () -> ::String
|
#throttling? ⇒ Boolean
281 282 283 |
# File 'lib/aws-sdk-lambdamicrovms/errors.rb', line 281 def throttling? true end |