Class: Aws::MainframeModernization::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::MainframeModernization::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-mainframemodernization/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.
213 214 215 |
# File 'lib/aws-sdk-mainframemodernization/errors.rb', line 213 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
218 |
# File 'lib/aws-sdk-mainframemodernization/errors.rb', line 218
def message: () -> ::String
|
#quota_code ⇒ String
223 |
# File 'lib/aws-sdk-mainframemodernization/errors.rb', line 223
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
228 |
# File 'lib/aws-sdk-mainframemodernization/errors.rb', line 228
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
237 238 239 |
# File 'lib/aws-sdk-mainframemodernization/errors.rb', line 237 def retryable? true end |
#service_code ⇒ String
233 |
# File 'lib/aws-sdk-mainframemodernization/errors.rb', line 233
def service_code: () -> ::String
|
#throttling? ⇒ Boolean
241 242 243 |
# File 'lib/aws-sdk-mainframemodernization/errors.rb', line 241 def throttling? true end |