package types
import "github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi/types"
Index ¶
- type ForbiddenException
- func (e *ForbiddenException) Error() string
- func (e *ForbiddenException) ErrorCode() string
- func (e *ForbiddenException) ErrorFault() smithy.ErrorFault
- func (e *ForbiddenException) ErrorMessage() string
- type GoneException
- func (e *GoneException) Error() string
- func (e *GoneException) ErrorCode() string
- func (e *GoneException) ErrorFault() smithy.ErrorFault
- func (e *GoneException) ErrorMessage() string
- type Identity
- type LimitExceededException
- func (e *LimitExceededException) Error() string
- func (e *LimitExceededException) ErrorCode() string
- func (e *LimitExceededException) ErrorFault() smithy.ErrorFault
- func (e *LimitExceededException) ErrorMessage() string
- type PayloadTooLargeException
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
Source Files ¶
- Version
- v1.24.2 (latest)
- Published
- Apr 3, 2025
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 36 minutes ago –
Tools for package owners.