Class: Aws::Lightsail::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::NotFoundException
- 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
#code ⇒ String
11857 11858 11859 11860 11861 11862 11863 11864 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11857 class NotFoundException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#docs ⇒ String
11857 11858 11859 11860 11861 11862 11863 11864 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11857 class NotFoundException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
11857 11858 11859 11860 11861 11862 11863 11864 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11857 class NotFoundException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |
#tip ⇒ String
11857 11858 11859 11860 11861 11862 11863 11864 |
# File 'lib/aws-sdk-lightsail/types.rb', line 11857 class NotFoundException < Struct.new( :code, :docs, :message, :tip) SENSITIVE = [] include Aws::Structure end |