package types

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

Index

Types

type AccessDeniedException

type AccessDeniedException struct {
	Message *string
}

You do not have permission to perform this operation.

func (*AccessDeniedException) Error

func (e *AccessDeniedException) Error() string

func (*AccessDeniedException) ErrorCode

func (e *AccessDeniedException) ErrorCode() string

func (*AccessDeniedException) ErrorFault

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

func (*AccessDeniedException) ErrorMessage

func (e *AccessDeniedException) ErrorMessage() string

type InstanceTypeItem

type InstanceTypeItem struct {

	// The instance type.
	InstanceType *string
}

Information about an instance type.

type InternalServerException

type InternalServerException struct {
	Message *string
}

An internal error has occurred.

func (*InternalServerException) Error

func (e *InternalServerException) Error() string

func (*InternalServerException) ErrorCode

func (e *InternalServerException) ErrorCode() string

func (*InternalServerException) ErrorFault

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

func (*InternalServerException) ErrorMessage

func (e *InternalServerException) ErrorMessage() string

type NotFoundException

type NotFoundException struct {
	Message *string
}

The specified request is not valid.

func (*NotFoundException) Error

func (e *NotFoundException) Error() string

func (*NotFoundException) ErrorCode

func (e *NotFoundException) ErrorCode() string

func (*NotFoundException) ErrorFault

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

func (*NotFoundException) ErrorMessage

func (e *NotFoundException) ErrorMessage() string

type Outpost

type Outpost struct {

	// The Availability Zone. You must specify AvailabilityZone or AvailabilityZoneId.
	AvailabilityZone *string

	// The ID of the Availability Zone. You must specify AvailabilityZone or
	// AvailabilityZoneId.
	AvailabilityZoneId *string

	// The description of the Outpost.
	Description *string

	// The life cycle status.
	LifeCycleStatus *string

	// The name of the Outpost.
	Name *string

	// The Amazon Resource Name (ARN) of the Outpost.
	OutpostArn *string

	// The ID of the Outpost.
	OutpostId *string

	// The AWS account ID of the Outpost owner.
	OwnerId *string

	// The ID of the site.
	SiteId *string

	// The Outpost tags.
	Tags map[string]string
}

Information about an Outpost.

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
	Message *string
}

You have exceeded a service quota.

func (*ServiceQuotaExceededException) Error

func (*ServiceQuotaExceededException) ErrorCode

func (e *ServiceQuotaExceededException) ErrorCode() string

func (*ServiceQuotaExceededException) ErrorFault

func (*ServiceQuotaExceededException) ErrorMessage

func (e *ServiceQuotaExceededException) ErrorMessage() string

type Site

type Site struct {

	// The ID of the AWS account.
	AccountId *string

	// The description of the site.
	Description *string

	// The name of the site.
	Name *string

	// The ID of the site.
	SiteId *string

	// The site tags.
	Tags map[string]string
}

Information about a site.

type ValidationException

type ValidationException struct {
	Message *string
}

A parameter is not valid.

func (*ValidationException) Error

func (e *ValidationException) Error() string

func (*ValidationException) ErrorCode

func (e *ValidationException) ErrorCode() string

func (*ValidationException) ErrorFault

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

func (*ValidationException) ErrorMessage

func (e *ValidationException) ErrorMessage() string

Source Files

errors.go types.go

Version
v1.1.0
Published
Jan 29, 2021
Platform
darwin/amd64
Imports
2 packages
Last checked
1 week ago

Tools for package owners.