Class: Aws::EC2InstanceConnect::Types::EC2InstanceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::EC2InstanceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2instanceconnect/types.rb
Overview
The specified instance was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
34 35 36 37 38 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 34 class EC2InstanceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |