package types
import "github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect/types"
Index ¶
- type AuthException
- func (e *AuthException) Error() string
- func (e *AuthException) ErrorCode() string
- func (e *AuthException) ErrorFault() smithy.ErrorFault
- func (e *AuthException) ErrorMessage() string
- func (e *AuthException) GetMessage() string
- func (e *AuthException) HasMessage() bool
- type EC2InstanceNotFoundException
- func (e *EC2InstanceNotFoundException) Error() string
- func (e *EC2InstanceNotFoundException) ErrorCode() string
- func (e *EC2InstanceNotFoundException) ErrorFault() smithy.ErrorFault
- func (e *EC2InstanceNotFoundException) ErrorMessage() string
- func (e *EC2InstanceNotFoundException) GetMessage() string
- func (e *EC2InstanceNotFoundException) HasMessage() bool
- type InvalidArgsException
- func (e *InvalidArgsException) Error() string
- func (e *InvalidArgsException) ErrorCode() string
- func (e *InvalidArgsException) ErrorFault() smithy.ErrorFault
- func (e *InvalidArgsException) ErrorMessage() string
- func (e *InvalidArgsException) GetMessage() string
- func (e *InvalidArgsException) HasMessage() bool
- type ServiceException
- func (e *ServiceException) Error() string
- func (e *ServiceException) ErrorCode() string
- func (e *ServiceException) ErrorFault() smithy.ErrorFault
- func (e *ServiceException) ErrorMessage() string
- func (e *ServiceException) GetMessage() string
- func (e *ServiceException) HasMessage() bool
- type ThrottlingException
- func (e *ThrottlingException) Error() string
- func (e *ThrottlingException) ErrorCode() string
- func (e *ThrottlingException) ErrorFault() smithy.ErrorFault
- func (e *ThrottlingException) ErrorMessage() string
- func (e *ThrottlingException) GetMessage() string
- func (e *ThrottlingException) HasMessage() bool
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
func (*AuthException) GetMessage ¶
func (e *AuthException) GetMessage() string
func (*AuthException) HasMessage ¶
func (e *AuthException) HasMessage() bool
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 (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
func (*EC2InstanceNotFoundException) GetMessage ¶
func (e *EC2InstanceNotFoundException) GetMessage() string
func (*EC2InstanceNotFoundException) HasMessage ¶
func (e *EC2InstanceNotFoundException) HasMessage() bool
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
func (*InvalidArgsException) GetMessage ¶
func (e *InvalidArgsException) GetMessage() string
func (*InvalidArgsException) HasMessage ¶
func (e *InvalidArgsException) HasMessage() bool
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
func (*ServiceException) GetMessage ¶
func (e *ServiceException) GetMessage() string
func (*ServiceException) HasMessage ¶
func (e *ServiceException) HasMessage() bool
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
func (*ThrottlingException) GetMessage ¶
func (e *ThrottlingException) GetMessage() string
func (*ThrottlingException) HasMessage ¶
func (e *ThrottlingException) HasMessage() bool
Source Files ¶
- Version
- v0.1.0
- Published
- Sep 29, 2020
- Platform
- darwin/amd64
- Imports
- 3 packages
- Last checked
- 3 hours ago –
Tools for package owners.