Class: Aws::EC2InstanceConnect::Types::SerialConsoleAccessDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::SerialConsoleAccessDisabledException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2instanceconnect/types.rb
Overview
Your account is not authorized to use the EC2 Serial Console. To authorize your account, run the EnableSerialConsoleAccess API. For more information, see [EnableSerialConsoleAccess] in the *Amazon EC2 API Reference*.
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EnableSerialConsoleAccess.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
208 209 210 211 212 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 208 class SerialConsoleAccessDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |