Class: Aws::VerifiedPermissions::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::VerifiedPermissions::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-verifiedpermissions/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
- #retryable? ⇒ Boolean
- #service_code ⇒ String
- #throttling? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
180 181 182 |
# File 'lib/aws-sdk-verifiedpermissions/errors.rb', line 180 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
185 |
# File 'lib/aws-sdk-verifiedpermissions/errors.rb', line 185
def message: () -> ::String
|
#quota_code ⇒ String
195 |
# File 'lib/aws-sdk-verifiedpermissions/errors.rb', line 195
def quota_code: () -> ::String
|
#retryable? ⇒ Boolean
199 200 201 |
# File 'lib/aws-sdk-verifiedpermissions/errors.rb', line 199 def retryable? true end |
#service_code ⇒ String
190 |
# File 'lib/aws-sdk-verifiedpermissions/errors.rb', line 190
def service_code: () -> ::String
|
#throttling? ⇒ Boolean
203 204 205 |
# File 'lib/aws-sdk-verifiedpermissions/errors.rb', line 203 def throttling? true end |