package types

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

Index

Types

type InternalFailure

type InternalFailure struct {
	Message *string
}

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

func (*InternalFailure) GetMessage

func (e *InternalFailure) GetMessage() string

func (*InternalFailure) HasMessage

func (e *InternalFailure) HasMessage() bool

type ModelError

type ModelError struct {
	Message *string

	LogStreamArn       *string
	OriginalStatusCode *int32
	OriginalMessage    *string
}

Model (owned by the customer in the container) returned an error 500.

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

func (*ModelError) GetLogStreamArn

func (e *ModelError) GetLogStreamArn() string

func (*ModelError) GetMessage

func (e *ModelError) GetMessage() string

func (*ModelError) GetOriginalMessage

func (e *ModelError) GetOriginalMessage() string

func (*ModelError) GetOriginalStatusCode

func (e *ModelError) GetOriginalStatusCode() int32

func (*ModelError) HasLogStreamArn

func (e *ModelError) HasLogStreamArn() bool

func (*ModelError) HasMessage

func (e *ModelError) HasMessage() bool

func (*ModelError) HasOriginalMessage

func (e *ModelError) HasOriginalMessage() bool

func (*ModelError) HasOriginalStatusCode

func (e *ModelError) HasOriginalStatusCode() bool

type ServiceUnavailable

type ServiceUnavailable struct {
	Message *string
}

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

func (*ServiceUnavailable) GetMessage

func (e *ServiceUnavailable) GetMessage() string

func (*ServiceUnavailable) HasMessage

func (e *ServiceUnavailable) HasMessage() bool

type ValidationError

type ValidationError struct {
	Message *string
}

Inspect your request and try again. </p>

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

func (*ValidationError) GetMessage

func (e *ValidationError) GetMessage() string

func (*ValidationError) HasMessage

func (e *ValidationError) HasMessage() bool

Source Files

errors.go

Version
v0.1.0
Published
Sep 29, 2020
Platform
js/wasm
Imports
3 packages
Last checked
2 days ago

Tools for package owners.