Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalFailure ¶
type InternalFailure struct {
Message *string
}
An internal failure occurred.
func (*InternalFailure) Error ¶
func (e *InternalFailure) Error() string
func (*InternalFailure) ErrorCode ¶
func (e *InternalFailure) ErrorCode() string
func (*InternalFailure) ErrorFault ¶
func (e *InternalFailure) ErrorFault() smithy.ErrorFault
func (*InternalFailure) ErrorMessage ¶
func (e *InternalFailure) ErrorMessage() string
type ModelError ¶
type ModelError struct { Message *string OriginalStatusCode *int32 OriginalMessage *string LogStreamArn *string }
Model (owned by the customer in the container) returned 4xx or 5xx error code.
func (*ModelError) Error ¶
func (e *ModelError) Error() string
func (*ModelError) ErrorCode ¶
func (e *ModelError) ErrorCode() string
func (*ModelError) ErrorFault ¶
func (e *ModelError) ErrorFault() smithy.ErrorFault
func (*ModelError) ErrorMessage ¶
func (e *ModelError) ErrorMessage() string
type ServiceUnavailable ¶
type ServiceUnavailable struct {
}The service is unavailable. Try your call again.
func (*ServiceUnavailable) Error ¶
func (e *ServiceUnavailable) Error() string
func (*ServiceUnavailable) ErrorCode ¶
func (e *ServiceUnavailable) ErrorCode() string
func (*ServiceUnavailable) ErrorFault ¶
func (e *ServiceUnavailable) ErrorFault() smithy.ErrorFault
func (*ServiceUnavailable) ErrorMessage ¶
func (e *ServiceUnavailable) ErrorMessage() string
type ValidationError ¶
type ValidationError struct {
Message *string
}
Inspect your request and try again.
func (*ValidationError) Error ¶
func (e *ValidationError) Error() string
func (*ValidationError) ErrorCode ¶
func (e *ValidationError) ErrorCode() string
func (*ValidationError) ErrorFault ¶
func (e *ValidationError) ErrorFault() smithy.ErrorFault
func (*ValidationError) ErrorMessage ¶
func (e *ValidationError) ErrorMessage() string
Click to show internal directories.
Click to hide internal directories.