Class: Aws::Lightsail::Errors::OperationFailureException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OperationFailureException.

Parameters:



169
170
171
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 169

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

Instance Method Details

#codeString

Returns:

  • (String)


174
175
176
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 174

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

#docsString

Returns:

  • (String)


179
180
181
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 179

def docs
  @data[:docs]
end

#messageString

Returns:

  • (String)


184
185
186
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 184

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

#tipString

Returns:

  • (String)


189
190
191
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/errors.rb', line 189

def tip
  @data[:tip]
end