Class: Aws::EC2InstanceConnect::Types::EC2InstanceTypeInvalidException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::EC2InstanceTypeInvalidException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2instanceconnect/types.rb
Overview
The instance type is not supported for connecting via the serial console. Only Nitro instance types are currently supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
64 65 66 67 68 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 64 class EC2InstanceTypeInvalidException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |