Class: Aws::EFS::Errors::ThrottlingException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ThrottlingException.

Parameters:

  • (defaults to: Aws::EmptyStructure.new)


624
625
626
# File 'lib/aws-sdk-efs/errors.rb', line 624

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

Instance Method Details

#error_codeString

Returns:



629
# File 'lib/aws-sdk-efs/errors.rb', line 629

def error_code: () -> ::String

#messageString

Returns:



634
# File 'lib/aws-sdk-efs/errors.rb', line 634

def message: () -> ::String