amazonka-ec2-instance-connect-2.0: Amazon EC2 Instance Connect SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2InstanceConnect.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2018-04-02 of the Amazon EC2 Instance Connect SDK configuration.

Errors

_AuthException :: AsError a => Fold a ServiceError Source #

Either your AWS credentials are not valid or you do not have access to the EC2 instance.

_EC2InstanceNotFoundException :: AsError a => Fold a ServiceError Source #

The specified instance was not found.

_EC2InstanceStateInvalidException :: AsError a => Fold a ServiceError Source #

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.

_EC2InstanceTypeInvalidException :: AsError a => Fold a ServiceError Source #

The instance type is not supported for connecting via the serial console. Only Nitro instance types are currently supported.

_EC2InstanceUnavailableException :: AsError a => Fold a ServiceError Source #

The instance is currently unavailable. Wait a few minutes and try again.

_InvalidArgsException :: AsError a => Fold a ServiceError Source #

One of the parameters is not valid.

_SerialConsoleAccessDisabledException :: AsError a => Fold a ServiceError Source #

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.

_SerialConsoleSessionLimitExceededException :: AsError a => Fold a ServiceError Source #

The instance currently has 1 active serial console session. Only 1 session is supported at a time.

_SerialConsoleSessionUnavailableException :: AsError a => Fold a ServiceError Source #

Unable to start a serial console session. Please try again.

_ServiceException :: AsError a => Fold a ServiceError Source #

The service encountered an error. Follow the instructions in the error message and try again.

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The requests were made too frequently and have been throttled. Wait a while and try again. To increase the limit on your request frequency, contact AWS Support.