Class: Aws::Lightsail::Types::OperationFailureException

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

Overview

Lightsail throws this exception when an operation fails to execute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


11983
11984
11985
11986
11987
11988
11989
11990
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11983

class OperationFailureException < Struct.new(
  :code,
  :docs,
  :message,
  :tip)
  SENSITIVE = []
  include Aws::Structure
end

#docsString

Returns:

  • (String)


11983
11984
11985
11986
11987
11988
11989
11990
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11983

class OperationFailureException < Struct.new(
  :code,
  :docs,
  :message,
  :tip)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


11983
11984
11985
11986
11987
11988
11989
11990
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11983

class OperationFailureException < Struct.new(
  :code,
  :docs,
  :message,
  :tip)
  SENSITIVE = []
  include Aws::Structure
end

#tipString

Returns:

  • (String)


11983
11984
11985
11986
11987
11988
11989
11990
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11983

class OperationFailureException < Struct.new(
  :code,
  :docs,
  :message,
  :tip)
  SENSITIVE = []
  include Aws::Structure
end