types

package
v1.23.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 3 Imported by: 1

Documentation

Index

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 (*EC2InstanceNotFoundException) ErrorCode

func (e *EC2InstanceNotFoundException) ErrorCode() string

func (*EC2InstanceNotFoundException) ErrorFault

func (*EC2InstanceNotFoundException) ErrorMessage

func (e *EC2InstanceNotFoundException) ErrorMessage() string

type EC2InstanceStateInvalidException added in v1.11.0

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 added in v1.11.0

func (*EC2InstanceStateInvalidException) ErrorCode added in v1.11.0

func (*EC2InstanceStateInvalidException) ErrorFault added in v1.11.0

func (*EC2InstanceStateInvalidException) ErrorMessage added in v1.11.0

func (e *EC2InstanceStateInvalidException) ErrorMessage() string

type EC2InstanceTypeInvalidException added in v1.2.0

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 added in v1.2.0

func (*EC2InstanceTypeInvalidException) ErrorCode added in v1.2.0

func (e *EC2InstanceTypeInvalidException) ErrorCode() string

func (*EC2InstanceTypeInvalidException) ErrorFault added in v1.2.0

func (*EC2InstanceTypeInvalidException) ErrorMessage added in v1.2.0

func (e *EC2InstanceTypeInvalidException) ErrorMessage() string

type EC2InstanceUnavailableException added in v1.14.0

type EC2InstanceUnavailableException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

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

func (*EC2InstanceUnavailableException) Error added in v1.14.0

func (*EC2InstanceUnavailableException) ErrorCode added in v1.14.0

func (e *EC2InstanceUnavailableException) ErrorCode() string

func (*EC2InstanceUnavailableException) ErrorFault added in v1.14.0

func (*EC2InstanceUnavailableException) ErrorMessage added in v1.14.0

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 added in v1.2.0

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 EnableSerialConsoleAccess (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_EnableSerialConsoleAccess.html) in the Amazon EC2 API Reference.

func (*SerialConsoleAccessDisabledException) Error added in v1.2.0

func (*SerialConsoleAccessDisabledException) ErrorCode added in v1.2.0

func (*SerialConsoleAccessDisabledException) ErrorFault added in v1.2.0

func (*SerialConsoleAccessDisabledException) ErrorMessage added in v1.2.0

func (e *SerialConsoleAccessDisabledException) ErrorMessage() string

type SerialConsoleSessionLimitExceededException added in v1.2.0

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 added in v1.2.0

func (*SerialConsoleSessionLimitExceededException) ErrorCode added in v1.2.0

func (*SerialConsoleSessionLimitExceededException) ErrorFault added in v1.2.0

func (*SerialConsoleSessionLimitExceededException) ErrorMessage added in v1.2.0

type SerialConsoleSessionUnavailableException added in v1.2.0

type SerialConsoleSessionUnavailableException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

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

func (*SerialConsoleSessionUnavailableException) Error added in v1.2.0

func (*SerialConsoleSessionUnavailableException) ErrorCode added in v1.2.0

func (*SerialConsoleSessionUnavailableException) ErrorFault added in v1.2.0

func (*SerialConsoleSessionUnavailableException) ErrorMessage added in v1.2.0

type SerialConsoleSessionUnsupportedException added in v1.23.0

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 added in v1.23.0

func (*SerialConsoleSessionUnsupportedException) ErrorCode added in v1.23.0

func (*SerialConsoleSessionUnsupportedException) ErrorFault added in v1.23.0

func (*SerialConsoleSessionUnsupportedException) ErrorMessage added in v1.23.0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL