Class: Aws::EFS::Errors::SubnetNotFound

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

Returns a new instance of SubnetNotFound.

Parameters:



604
605
606
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 604

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

Instance Method Details

#error_codeString

Returns:

  • (String)


609
610
611
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 609

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


614
615
616
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 614

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