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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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

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

#docsString

Returns:

  • (String)


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

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

#messageString

Returns:

  • (String)


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

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

#tipString

Returns:

  • (String)


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

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