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

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


11815
11816
11817
11818
11819
11820
11821
11822
# File 'lib/aws-sdk-lightsail/types.rb', line 11815

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

#docsString

Returns:

  • (String)


11815
11816
11817
11818
11819
11820
11821
11822
# File 'lib/aws-sdk-lightsail/types.rb', line 11815

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

#messageString

Returns:

  • (String)


11815
11816
11817
11818
11819
11820
11821
11822
# File 'lib/aws-sdk-lightsail/types.rb', line 11815

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

#tipString

Returns:

  • (String)


11815
11816
11817
11818
11819
11820
11821
11822
# File 'lib/aws-sdk-lightsail/types.rb', line 11815

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