Documentation ¶
Index ¶
- type AuthException
- type EC2InstanceNotFoundException
- type EC2InstanceStateInvalidException
- type EC2InstanceTypeInvalidException
- type EC2InstanceUnavailableException
- type InvalidArgsException
- type SerialConsoleAccessDisabledException
- type SerialConsoleSessionLimitExceededException
- type SerialConsoleSessionUnavailableException
- type SerialConsoleSessionUnsupportedException
- type ServiceException
- type ThrottlingException
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthException ¶
type AuthException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Either your AWS credentials are not valid or you do not have access to the EC2 instance.
func (*AuthException) Error ¶
func (e *AuthException) Error() string
func (*AuthException) ErrorCode ¶
func (e *AuthException) ErrorCode() string
func (*AuthException) ErrorFault ¶
func (e *AuthException) ErrorFault() smithy.ErrorFault
func (*AuthException) ErrorMessage ¶
func (e *AuthException) ErrorMessage() string
type EC2InstanceNotFoundException ¶
type EC2InstanceNotFoundException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The specified instance was not found.
func (*EC2InstanceNotFoundException) Error ¶
func (e *EC2InstanceNotFoundException) Error() string
func (*EC2InstanceNotFoundException) ErrorCode ¶
func (e *EC2InstanceNotFoundException) ErrorCode() string
func (*EC2InstanceNotFoundException) ErrorFault ¶
func (e *EC2InstanceNotFoundException) ErrorFault() smithy.ErrorFault
func (*EC2InstanceNotFoundException) ErrorMessage ¶
func (e *EC2InstanceNotFoundException) ErrorMessage() string
type EC2InstanceStateInvalidException ¶
type EC2InstanceStateInvalidException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
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.
func (*EC2InstanceStateInvalidException) Error ¶
func (e *EC2InstanceStateInvalidException) Error() string
func (*EC2InstanceStateInvalidException) ErrorCode ¶
func (e *EC2InstanceStateInvalidException) ErrorCode() string
func (*EC2InstanceStateInvalidException) ErrorFault ¶
func (e *EC2InstanceStateInvalidException) ErrorFault() smithy.ErrorFault
func (*EC2InstanceStateInvalidException) ErrorMessage ¶
func (e *EC2InstanceStateInvalidException) ErrorMessage() string
type EC2InstanceTypeInvalidException ¶
type EC2InstanceTypeInvalidException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The instance type is not supported for connecting via the serial console. Only Nitro instance types are currently supported.
func (*EC2InstanceTypeInvalidException) Error ¶
func (e *EC2InstanceTypeInvalidException) Error() string
func (*EC2InstanceTypeInvalidException) ErrorCode ¶
func (e *EC2InstanceTypeInvalidException) ErrorCode() string
func (*EC2InstanceTypeInvalidException) ErrorFault ¶
func (e *EC2InstanceTypeInvalidException) ErrorFault() smithy.ErrorFault
func (*EC2InstanceTypeInvalidException) ErrorMessage ¶
func (e *EC2InstanceTypeInvalidException) ErrorMessage() string
type EC2InstanceUnavailableException ¶
type EC2InstanceUnavailableException struct { // contains filtered or unexported fields }
The instance is currently unavailable. Wait a few minutes and try again.
func (*EC2InstanceUnavailableException) Error ¶
func (e *EC2InstanceUnavailableException) Error() string
func (*EC2InstanceUnavailableException) ErrorCode ¶
func (e *EC2InstanceUnavailableException) ErrorCode() string
func (*EC2InstanceUnavailableException) ErrorFault ¶
func (e *EC2InstanceUnavailableException) ErrorFault() smithy.ErrorFault
func (*EC2InstanceUnavailableException) ErrorMessage ¶
func (e *EC2InstanceUnavailableException) ErrorMessage() string
type InvalidArgsException ¶
type InvalidArgsException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
One of the parameters is not valid.
func (*InvalidArgsException) Error ¶
func (e *InvalidArgsException) Error() string
func (*InvalidArgsException) ErrorCode ¶
func (e *InvalidArgsException) ErrorCode() string
func (*InvalidArgsException) ErrorFault ¶
func (e *InvalidArgsException) ErrorFault() smithy.ErrorFault
func (*InvalidArgsException) ErrorMessage ¶
func (e *InvalidArgsException) ErrorMessage() string
type SerialConsoleAccessDisabledException ¶
type SerialConsoleAccessDisabledException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Your account is not authorized to use the EC2 Serial Console. To authorize your account, run the EnableSerialConsoleAccess API. For more information, see EnableSerialConsoleAccessin the Amazon EC2 API Reference.
func (*SerialConsoleAccessDisabledException) Error ¶
func (e *SerialConsoleAccessDisabledException) Error() string
func (*SerialConsoleAccessDisabledException) ErrorCode ¶
func (e *SerialConsoleAccessDisabledException) ErrorCode() string
func (*SerialConsoleAccessDisabledException) ErrorFault ¶
func (e *SerialConsoleAccessDisabledException) ErrorFault() smithy.ErrorFault
func (*SerialConsoleAccessDisabledException) ErrorMessage ¶
func (e *SerialConsoleAccessDisabledException) ErrorMessage() string
type SerialConsoleSessionLimitExceededException ¶
type SerialConsoleSessionLimitExceededException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The instance currently has 1 active serial console session. Only 1 session is supported at a time.
func (*SerialConsoleSessionLimitExceededException) Error ¶
func (e *SerialConsoleSessionLimitExceededException) Error() string
func (*SerialConsoleSessionLimitExceededException) ErrorCode ¶
func (e *SerialConsoleSessionLimitExceededException) ErrorCode() string
func (*SerialConsoleSessionLimitExceededException) ErrorFault ¶
func (e *SerialConsoleSessionLimitExceededException) ErrorFault() smithy.ErrorFault
func (*SerialConsoleSessionLimitExceededException) ErrorMessage ¶
func (e *SerialConsoleSessionLimitExceededException) ErrorMessage() string
type SerialConsoleSessionUnavailableException ¶
type SerialConsoleSessionUnavailableException struct { // contains filtered or unexported fields }
Unable to start a serial console session. Please try again.
func (*SerialConsoleSessionUnavailableException) Error ¶
func (e *SerialConsoleSessionUnavailableException) Error() string
func (*SerialConsoleSessionUnavailableException) ErrorCode ¶
func (e *SerialConsoleSessionUnavailableException) ErrorCode() string
func (*SerialConsoleSessionUnavailableException) ErrorFault ¶
func (e *SerialConsoleSessionUnavailableException) ErrorFault() smithy.ErrorFault
func (*SerialConsoleSessionUnavailableException) ErrorMessage ¶
func (e *SerialConsoleSessionUnavailableException) ErrorMessage() string
type SerialConsoleSessionUnsupportedException ¶
type SerialConsoleSessionUnsupportedException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
Your instance's BIOS version is unsupported for serial console connection. Reboot your instance to update its BIOS, and then try again to connect.
func (*SerialConsoleSessionUnsupportedException) Error ¶
func (e *SerialConsoleSessionUnsupportedException) Error() string
func (*SerialConsoleSessionUnsupportedException) ErrorCode ¶
func (e *SerialConsoleSessionUnsupportedException) ErrorCode() string
func (*SerialConsoleSessionUnsupportedException) ErrorFault ¶
func (e *SerialConsoleSessionUnsupportedException) ErrorFault() smithy.ErrorFault
func (*SerialConsoleSessionUnsupportedException) ErrorMessage ¶
func (e *SerialConsoleSessionUnsupportedException) ErrorMessage() string
type ServiceException ¶
type ServiceException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
The service encountered an error. Follow the instructions in the error message and try again.
func (*ServiceException) Error ¶
func (e *ServiceException) Error() string
func (*ServiceException) ErrorCode ¶
func (e *ServiceException) ErrorCode() string
func (*ServiceException) ErrorFault ¶
func (e *ServiceException) ErrorFault() smithy.ErrorFault
func (*ServiceException) ErrorMessage ¶
func (e *ServiceException) ErrorMessage() string
type ThrottlingException ¶
type ThrottlingException struct { Message *string ErrorCodeOverride *string // contains filtered or unexported fields }
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.
func (*ThrottlingException) Error ¶
func (e *ThrottlingException) Error() string
func (*ThrottlingException) ErrorCode ¶
func (e *ThrottlingException) ErrorCode() string
func (*ThrottlingException) ErrorFault ¶
func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
func (*ThrottlingException) ErrorMessage ¶
func (e *ThrottlingException) ErrorMessage() string