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)


11972
11973
11974
11975
11976
11977
11978
11979
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11972

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

#docsString

Returns:

  • (String)


11972
11973
11974
11975
11976
11977
11978
11979
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11972

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

#messageString

Returns:

  • (String)


11972
11973
11974
11975
11976
11977
11978
11979
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11972

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

#tipString

Returns:

  • (String)


11972
11973
11974
11975
11976
11977
11978
11979
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11972

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