Class: Aws::EntityResolution::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EntityResolution::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-entityresolution/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retryable? ⇒ Boolean
- #throttling? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
138 139 140 |
# File 'lib/aws-sdk-entityresolution/errors.rb', line 138 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
143 |
# File 'lib/aws-sdk-entityresolution/errors.rb', line 143
def message: () -> ::String
|
#retryable? ⇒ Boolean
147 148 149 |
# File 'lib/aws-sdk-entityresolution/errors.rb', line 147 def retryable? true end |
#throttling? ⇒ Boolean
151 152 153 |
# File 'lib/aws-sdk-entityresolution/errors.rb', line 151 def throttling? true end |