Class: Aws::Lightsail::Types::NotFoundException

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

Overview

Lightsail throws this exception when it cannot find a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


11847
11848
11849
11850
11851
11852
11853
11854
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11847

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

#docsString

Returns:

  • (String)


11847
11848
11849
11850
11851
11852
11853
11854
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11847

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

#messageString

Returns:

  • (String)


11847
11848
11849
11850
11851
11852
11853
11854
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11847

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

#tipString

Returns:

  • (String)


11847
11848
11849
11850
11851
11852
11853
11854
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11847

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