types

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessForbidden

type AccessForbidden struct {
	Message *string
}

You do not have permission to perform an action.

func (*AccessForbidden) Error

func (e *AccessForbidden) Error() string

func (*AccessForbidden) ErrorCode

func (e *AccessForbidden) ErrorCode() string

func (*AccessForbidden) ErrorFault

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

func (*AccessForbidden) ErrorMessage

func (e *AccessForbidden) ErrorMessage() string

type FeatureValue

type FeatureValue struct {

	// The name of a feature that a feature value corresponds to.
	//
	// This member is required.
	FeatureName *string

	// The value associated with a feature, in string format. Note that features types
	// can be String, Integral, or Fractional. This value represents all three types as
	// a string.
	//
	// This member is required.
	ValueAsString *string
}

The value associated with a feature.

type InternalFailure

type InternalFailure struct {
	Message *string
}

An internal failure occurred. Try your request again. If the problem persists, contact AWS customer support.

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 ResourceNotFound

type ResourceNotFound struct {
	Message *string
}

A resource that is required to perform an action was not found.

func (*ResourceNotFound) Error

func (e *ResourceNotFound) Error() string

func (*ResourceNotFound) ErrorCode

func (e *ResourceNotFound) ErrorCode() string

func (*ResourceNotFound) ErrorFault

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

func (*ResourceNotFound) ErrorMessage

func (e *ResourceNotFound) ErrorMessage() string

type ServiceUnavailable

type ServiceUnavailable struct {
	Message *string
}

The service is currently unavailable.

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
}

There was an error validating your request.

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

Jump to

Keyboard shortcuts

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