Class: Aws::RedshiftServerless::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::RedshiftServerless::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-redshiftserverless/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
207 208 209 |
# File 'lib/aws-sdk-redshiftserverless/errors.rb', line 207 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
212 |
# File 'lib/aws-sdk-redshiftserverless/errors.rb', line 212
def code: () -> ::String
|
#message ⇒ String
217 |
# File 'lib/aws-sdk-redshiftserverless/errors.rb', line 217
def message: () -> ::String
|
#retryable? ⇒ Boolean
221 222 223 |
# File 'lib/aws-sdk-redshiftserverless/errors.rb', line 221 def retryable? true end |