Class: Aws::EFS::Errors::InsufficientThroughputCapacity

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

Returns a new instance of InsufficientThroughputCapacity.

Parameters:



344
345
346
# File 'lib/aws-sdk-efs/errors.rb', line 344

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

Instance Method Details

#error_codeString

Returns:

  • (String)


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

def error_code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String