Class: Aws::IoTFleetWise::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IoTFleetWise::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-iotfleetwise/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
- #retry_after_seconds ⇒ String
- #service_code ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
232 233 234 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 232 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
237 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 237
def message: () -> ::String
|
#quota_code ⇒ String
242 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 242
def quota_code: () -> ::String
|
#retry_after_seconds ⇒ String
252 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 252
def retry_after_seconds: () -> ::String
|
#service_code ⇒ String
247 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 247
def service_code: () -> ::String
|