Class: Aws::EC2InstanceConnect::Types::EC2InstanceStateInvalidException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2instanceconnect/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

#messageString

Returns:

  • (String)


50
51
52
53
54
# File 'gems/aws-sdk-ec2instanceconnect/lib/aws-sdk-ec2instanceconnect/types.rb', line 50

class EC2InstanceStateInvalidException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end