package types

import "github.com/aws/aws-sdk-go-v2/service/iotdataplane/types"

Index

Types

type ConflictException

type ConflictException struct {
	Message *string
}

The specified version does not match the version of the document.

func (*ConflictException) Error

func (e *ConflictException) Error() string

func (*ConflictException) ErrorCode

func (e *ConflictException) ErrorCode() string

func (*ConflictException) ErrorFault

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

func (*ConflictException) ErrorMessage

func (e *ConflictException) ErrorMessage() string

func (*ConflictException) GetMessage

func (e *ConflictException) GetMessage() string

func (*ConflictException) HasMessage

func (e *ConflictException) HasMessage() bool

type InternalFailureException

type InternalFailureException struct {
	Message *string
}

An unexpected error has occurred.

func (*InternalFailureException) Error

func (e *InternalFailureException) Error() string

func (*InternalFailureException) ErrorCode

func (e *InternalFailureException) ErrorCode() string

func (*InternalFailureException) ErrorFault

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

func (*InternalFailureException) ErrorMessage

func (e *InternalFailureException) ErrorMessage() string

func (*InternalFailureException) GetMessage

func (e *InternalFailureException) GetMessage() string

func (*InternalFailureException) HasMessage

func (e *InternalFailureException) HasMessage() bool

type InvalidRequestException

type InvalidRequestException struct {
	Message *string
}

The request is not valid.

func (*InvalidRequestException) Error

func (e *InvalidRequestException) Error() string

func (*InvalidRequestException) ErrorCode

func (e *InvalidRequestException) ErrorCode() string

func (*InvalidRequestException) ErrorFault

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

func (*InvalidRequestException) ErrorMessage

func (e *InvalidRequestException) ErrorMessage() string

func (*InvalidRequestException) GetMessage

func (e *InvalidRequestException) GetMessage() string

func (*InvalidRequestException) HasMessage

func (e *InvalidRequestException) HasMessage() bool

type MethodNotAllowedException

type MethodNotAllowedException struct {
	Message *string
}

The specified combination of HTTP verb and URI is not supported.

func (*MethodNotAllowedException) Error

func (e *MethodNotAllowedException) Error() string

func (*MethodNotAllowedException) ErrorCode

func (e *MethodNotAllowedException) ErrorCode() string

func (*MethodNotAllowedException) ErrorFault

func (*MethodNotAllowedException) ErrorMessage

func (e *MethodNotAllowedException) ErrorMessage() string

func (*MethodNotAllowedException) GetMessage

func (e *MethodNotAllowedException) GetMessage() string

func (*MethodNotAllowedException) HasMessage

func (e *MethodNotAllowedException) HasMessage() bool

type RequestEntityTooLargeException

type RequestEntityTooLargeException struct {
	Message *string
}

The payload exceeds the maximum size allowed.

func (*RequestEntityTooLargeException) Error

func (*RequestEntityTooLargeException) ErrorCode

func (e *RequestEntityTooLargeException) ErrorCode() string

func (*RequestEntityTooLargeException) ErrorFault

func (*RequestEntityTooLargeException) ErrorMessage

func (e *RequestEntityTooLargeException) ErrorMessage() string

func (*RequestEntityTooLargeException) GetMessage

func (e *RequestEntityTooLargeException) GetMessage() string

func (*RequestEntityTooLargeException) HasMessage

func (e *RequestEntityTooLargeException) HasMessage() bool

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string
}

The specified resource does not exist.

func (*ResourceNotFoundException) Error

func (e *ResourceNotFoundException) Error() string

func (*ResourceNotFoundException) ErrorCode

func (e *ResourceNotFoundException) ErrorCode() string

func (*ResourceNotFoundException) ErrorFault

func (*ResourceNotFoundException) ErrorMessage

func (e *ResourceNotFoundException) ErrorMessage() string

func (*ResourceNotFoundException) GetMessage

func (e *ResourceNotFoundException) GetMessage() string

func (*ResourceNotFoundException) HasMessage

func (e *ResourceNotFoundException) HasMessage() bool

type ServiceUnavailableException

type ServiceUnavailableException struct {
	Message *string
}

The service is temporarily unavailable.

func (*ServiceUnavailableException) Error

func (*ServiceUnavailableException) ErrorCode

func (e *ServiceUnavailableException) ErrorCode() string

func (*ServiceUnavailableException) ErrorFault

func (*ServiceUnavailableException) ErrorMessage

func (e *ServiceUnavailableException) ErrorMessage() string

func (*ServiceUnavailableException) GetMessage

func (e *ServiceUnavailableException) GetMessage() string

func (*ServiceUnavailableException) HasMessage

func (e *ServiceUnavailableException) HasMessage() bool

type ThrottlingException

type ThrottlingException struct {
	Message *string
}

The rate exceeds the limit.

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

type UnauthorizedException

type UnauthorizedException struct {
	Message *string
}

You are not authorized to perform this operation.

func (*UnauthorizedException) Error

func (e *UnauthorizedException) Error() string

func (*UnauthorizedException) ErrorCode

func (e *UnauthorizedException) ErrorCode() string

func (*UnauthorizedException) ErrorFault

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

func (*UnauthorizedException) ErrorMessage

func (e *UnauthorizedException) ErrorMessage() string

func (*UnauthorizedException) GetMessage

func (e *UnauthorizedException) GetMessage() string

func (*UnauthorizedException) HasMessage

func (e *UnauthorizedException) HasMessage() bool

type UnsupportedDocumentEncodingException

type UnsupportedDocumentEncodingException struct {
	Message *string
}

The document encoding is not supported.

func (*UnsupportedDocumentEncodingException) Error

func (*UnsupportedDocumentEncodingException) ErrorCode

func (*UnsupportedDocumentEncodingException) ErrorFault

func (*UnsupportedDocumentEncodingException) ErrorMessage

func (e *UnsupportedDocumentEncodingException) ErrorMessage() string

func (*UnsupportedDocumentEncodingException) GetMessage

func (*UnsupportedDocumentEncodingException) HasMessage

Source Files

errors.go

Version
v0.1.0
Published
Sep 29, 2020
Platform
darwin/amd64
Imports
3 packages
Last checked
3 hours ago

Tools for package owners.