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

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

Returns a new instance of FileSystemLimitExceeded.

Parameters:



264
265
266
# File 'gems/aws-sdk-efs/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
270
271
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 269

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


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

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