Class: Aws::EFS::Errors::FileSystemLimitExceeded

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

Returns a new instance of FileSystemLimitExceeded.

Parameters:



264
265
266
# File 'lib/aws-sdk-efs/errors.rb', line 264

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

Instance Method Details

#error_codeString

Returns:

  • (String)


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

def error_code: () -> ::String

#messageString

Returns:

  • (String)


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

def message: () -> ::String