Class: Aws::EFS::Errors::TooManyRequests

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of TooManyRequests.

Parameters:



664
665
666
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 664

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

Instance Method Details

#error_codeString

Returns:

  • (String)


669
670
671
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 669

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


674
675
676
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 674

def message
  @message || @data[:message]
end