Class: Aws::IdentityStore::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IdentityStore::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-identitystore/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #reason ⇒ String
- #request_id ⇒ String
- #retry_after_seconds ⇒ String
- #retryable? ⇒ Boolean
- #throttling? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
183 184 185 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 183 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
188 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 188
def message: () -> ::String
|
#reason ⇒ String
203 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 203
def reason: () -> ::String
|
#request_id ⇒ String
193 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 193
def request_id: () -> ::String
|
#retry_after_seconds ⇒ String
198 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 198
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
207 208 209 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 207 def retryable? true end |
#throttling? ⇒ Boolean
211 212 213 |
# File 'lib/aws-sdk-identitystore/errors.rb', line 211 def throttling? true end |