Class: Aws::BackupGateway::Errors::ThrottlingException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-backupgateway/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException

Returns a new instance of ThrottlingException.

Parameters:



128
129
130
# File 'lib/aws-sdk-backupgateway/errors.rb', line 128

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#error_codeString

Returns:

  • (String)


133
# File 'lib/aws-sdk-backupgateway/errors.rb', line 133

def error_code: () -> ::String

#messageString

Returns:

  • (String)


138
# File 'lib/aws-sdk-backupgateway/errors.rb', line 138

def message: () -> ::String