types

package
v1.19.4 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: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ForbiddenException

type ForbiddenException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The caller is not authorized to invoke this operation.

func (*ForbiddenException) Error

func (e *ForbiddenException) Error() string

func (*ForbiddenException) ErrorCode

func (e *ForbiddenException) ErrorCode() string

func (*ForbiddenException) ErrorFault

func (e *ForbiddenException) ErrorFault() smithy.ErrorFault

func (*ForbiddenException) ErrorMessage

func (e *ForbiddenException) ErrorMessage() string

type GoneException

type GoneException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The connection with the provided id no longer exists.

func (*GoneException) Error

func (e *GoneException) Error() string

func (*GoneException) ErrorCode

func (e *GoneException) ErrorCode() string

func (*GoneException) ErrorFault

func (e *GoneException) ErrorFault() smithy.ErrorFault

func (*GoneException) ErrorMessage

func (e *GoneException) ErrorMessage() string

type Identity

type Identity struct {

	// The source IP address of the TCP connection making the request to API Gateway.
	//
	// This member is required.
	SourceIp *string

	// The User Agent of the API caller.
	//
	// This member is required.
	UserAgent *string
	// contains filtered or unexported fields
}

type LimitExceededException

type LimitExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The client is sending more than the allowed number of requests per unit of time or the WebSocket client side buffer is full.

func (*LimitExceededException) Error

func (e *LimitExceededException) Error() string

func (*LimitExceededException) ErrorCode

func (e *LimitExceededException) ErrorCode() string

func (*LimitExceededException) ErrorFault

func (e *LimitExceededException) ErrorFault() smithy.ErrorFault

func (*LimitExceededException) ErrorMessage

func (e *LimitExceededException) ErrorMessage() string

type PayloadTooLargeException

type PayloadTooLargeException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The data has exceeded the maximum size allowed.

func (*PayloadTooLargeException) Error

func (e *PayloadTooLargeException) Error() string

func (*PayloadTooLargeException) ErrorCode

func (e *PayloadTooLargeException) ErrorCode() string

func (*PayloadTooLargeException) ErrorFault

func (e *PayloadTooLargeException) ErrorFault() smithy.ErrorFault

func (*PayloadTooLargeException) ErrorMessage

func (e *PayloadTooLargeException) ErrorMessage() string

Jump to

Keyboard shortcuts

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