Class: Aws::BillingConductor::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::BillingConductor::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-billingconductor/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
- #retry_after_seconds ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
174 175 176 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 174 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
179 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 179
def message: () -> ::String
|
#retry_after_seconds ⇒ String
184 |
# File 'lib/aws-sdk-billingconductor/errors.rb', line 184
def retry_after_seconds: () -> ::String
|