Class: Aws::BackupGateway::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::BackupGateway::Errors::ThrottlingException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-backupgateway/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
128 129 130 |
# File 'lib/aws-sdk-backupgateway/errors.rb', line 128 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
133 |
# File 'lib/aws-sdk-backupgateway/errors.rb', line 133
def error_code: () -> ::String
|
#message ⇒ String
138 |
# File 'lib/aws-sdk-backupgateway/errors.rb', line 138
def message: () -> ::String
|