Class: Aws::EC2InstanceConnect::Types::EC2InstanceStateInvalidException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::EC2InstanceStateInvalidException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2instanceconnect/types.rb
Overview
Unable to connect because the instance is not in a valid state. Connecting to a stopped or terminated instance is not supported. If the instance is stopped, start your instance, and try to connect again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
50 51 52 53 54 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 50 class EC2InstanceStateInvalidException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |