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)


12113
12114
12115
12116
12117
12118
12119
12120
# File 'lib/aws-sdk-lightsail/types.rb', line 12113

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

#docsString

Returns:

  • (String)


12113
12114
12115
12116
12117
12118
12119
12120
# File 'lib/aws-sdk-lightsail/types.rb', line 12113

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

#messageString

Returns:

  • (String)


12113
12114
12115
12116
12117
12118
12119
12120
# File 'lib/aws-sdk-lightsail/types.rb', line 12113

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

#tipString

Returns:

  • (String)


12113
12114
12115
12116
12117
12118
12119
12120
# File 'lib/aws-sdk-lightsail/types.rb', line 12113

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