Class: Aws::PartnerCentralAccount::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::PartnerCentralAccount::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-partnercentralaccount/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
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
148 149 150 |
# File 'lib/aws-sdk-partnercentralaccount/errors.rb', line 148 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
153 |
# File 'lib/aws-sdk-partnercentralaccount/errors.rb', line 153
def message: () -> ::String
|
#quota_code ⇒ String
163 |
# File 'lib/aws-sdk-partnercentralaccount/errors.rb', line 163
def quota_code: () -> ::String
|
#retryable? ⇒ Boolean
167 168 169 |
# File 'lib/aws-sdk-partnercentralaccount/errors.rb', line 167 def retryable? true end |
#service_code ⇒ String
158 |
# File 'lib/aws-sdk-partnercentralaccount/errors.rb', line 158
def service_code: () -> ::String
|