Class: Aws::QApps::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::QApps::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-qapps/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.
200 201 202 |
# File 'lib/aws-sdk-qapps/errors.rb', line 200 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
205 |
# File 'lib/aws-sdk-qapps/errors.rb', line 205
def message: () -> ::String
|
#quota_code ⇒ String
215 |
# File 'lib/aws-sdk-qapps/errors.rb', line 215
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
220 |
# File 'lib/aws-sdk-qapps/errors.rb', line 220
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
224 225 226 |
# File 'lib/aws-sdk-qapps/errors.rb', line 224 def retryable? true end |
#service_code ⇒ String
210 |
# File 'lib/aws-sdk-qapps/errors.rb', line 210
def service_code: () -> ::String
|
#throttling? ⇒ Boolean
228 229 230 |
# File 'lib/aws-sdk-qapps/errors.rb', line 228 def throttling? true end |