Class: Aws::Snowball::Errors::Ec2RequestFailedException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ Ec2RequestFailedException

Returns a new instance of Ec2RequestFailedException.

Parameters:



88
89
90
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/errors.rb', line 88

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

Instance Method Details

#messageString

Returns:

  • (String)


93
94
95
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/errors.rb', line 93

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