Class: Aws::PartnerCentralChannel::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::PartnerCentralChannel::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-partnercentralchannel/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.
172 173 174 |
# File 'lib/aws-sdk-partnercentralchannel/errors.rb', line 172 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
177 |
# File 'lib/aws-sdk-partnercentralchannel/errors.rb', line 177
def message: () -> ::String
|
#quota_code ⇒ String
187 |
# File 'lib/aws-sdk-partnercentralchannel/errors.rb', line 187
def quota_code: () -> ::String
|
#retryable? ⇒ Boolean
191 192 193 |
# File 'lib/aws-sdk-partnercentralchannel/errors.rb', line 191 def retryable? true end |
#service_code ⇒ String
182 |
# File 'lib/aws-sdk-partnercentralchannel/errors.rb', line 182
def service_code: () -> ::String
|
#throttling? ⇒ Boolean
195 196 197 |
# File 'lib/aws-sdk-partnercentralchannel/errors.rb', line 195 def throttling? true end |