Class: Aws::EC2InstanceConnect::Types::SerialConsoleSessionUnsupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::SerialConsoleSessionUnsupportedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2instanceconnect/types.rb
Overview
Your instance’s BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
250 251 252 253 254 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 250 class SerialConsoleSessionUnsupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |