Class: Aws::EFS::Errors::ThroughputLimitExceeded

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) ⇒ ThroughputLimitExceeded

Returns a new instance of ThroughputLimitExceeded.

Parameters:



644
645
646
# File 'lib/aws-sdk-efs/errors.rb', line 644

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

Instance Method Details

#error_codeString

Returns:

  • (String)


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

def error_code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String