types

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Feb 10, 2021 License: Apache-2.0 Imports: 2 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
}

Indicates that either your AWS credentials are invalid 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
}

Indicates that the instance requested was not found in the given zone. Check that you have provided a valid instance ID and the correct zone.

func (*EC2InstanceNotFoundException) Error

func (*EC2InstanceNotFoundException) ErrorCode

func (e *EC2InstanceNotFoundException) ErrorCode() string

func (*EC2InstanceNotFoundException) ErrorFault

func (*EC2InstanceNotFoundException) ErrorMessage

func (e *EC2InstanceNotFoundException) ErrorMessage() string

type InvalidArgsException

type InvalidArgsException struct {
	Message *string
}

Indicates that you provided bad input. Ensure you have a valid instance ID, the correct zone, and a valid SSH public key.

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 ServiceException

type ServiceException struct {
	Message *string
}

Indicates that the service encountered an error. Follow the message's instructions 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
}

Indicates you have been making requests too frequently and have been throttled. Wait for a while and try again. If higher call volume is warranted 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