Class: Aws::CloudWatchRUM::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CloudWatchRUM::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cloudwatchrum/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.
217 218 219 |
# File 'lib/aws-sdk-cloudwatchrum/errors.rb', line 217 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
222 |
# File 'lib/aws-sdk-cloudwatchrum/errors.rb', line 222
def message: () -> ::String
|
#quota_code ⇒ String
232 |
# File 'lib/aws-sdk-cloudwatchrum/errors.rb', line 232
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
237 |
# File 'lib/aws-sdk-cloudwatchrum/errors.rb', line 237
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
241 242 243 |
# File 'lib/aws-sdk-cloudwatchrum/errors.rb', line 241 def retryable? true end |
#service_code ⇒ String
227 |
# File 'lib/aws-sdk-cloudwatchrum/errors.rb', line 227
def service_code: () -> ::String
|
#throttling? ⇒ Boolean
245 246 247 |
# File 'lib/aws-sdk-cloudwatchrum/errors.rb', line 245 def throttling? true end |