Class: Aws::DirectoryServiceData::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::DirectoryServiceData::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-directoryservicedata/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ 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.
142 143 144 |
# File 'lib/aws-sdk-directoryservicedata/errors.rb', line 142 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
147 |
# File 'lib/aws-sdk-directoryservicedata/errors.rb', line 147
def message: () -> ::String
|
#retry_after_seconds ⇒ String
152 |
# File 'lib/aws-sdk-directoryservicedata/errors.rb', line 152
def retry_after_seconds: () -> ::String
|
#retryable? ⇒ Boolean
156 157 158 |
# File 'lib/aws-sdk-directoryservicedata/errors.rb', line 156 def retryable? true end |
#throttling? ⇒ Boolean
160 161 162 |
# File 'lib/aws-sdk-directoryservicedata/errors.rb', line 160 def throttling? true end |