package types
import "github.com/aws/aws-sdk-go-v2/service/mediastoredata/types"
Index ¶
- type ContainerNotFoundException
- func (e *ContainerNotFoundException) Error() string
- func (e *ContainerNotFoundException) ErrorCode() string
- func (e *ContainerNotFoundException) ErrorFault() smithy.ErrorFault
- func (e *ContainerNotFoundException) ErrorMessage() string
- func (e *ContainerNotFoundException) GetMessage() string
- func (e *ContainerNotFoundException) HasMessage() bool
- type InternalServerError
- func (e *InternalServerError) Error() string
- func (e *InternalServerError) ErrorCode() string
- func (e *InternalServerError) ErrorFault() smithy.ErrorFault
- func (e *InternalServerError) ErrorMessage() string
- func (e *InternalServerError) GetMessage() string
- func (e *InternalServerError) HasMessage() bool
- type Item
- type ItemType
- type ObjectNotFoundException
- func (e *ObjectNotFoundException) Error() string
- func (e *ObjectNotFoundException) ErrorCode() string
- func (e *ObjectNotFoundException) ErrorFault() smithy.ErrorFault
- func (e *ObjectNotFoundException) ErrorMessage() string
- func (e *ObjectNotFoundException) GetMessage() string
- func (e *ObjectNotFoundException) HasMessage() bool
- type RequestedRangeNotSatisfiableException
- func (e *RequestedRangeNotSatisfiableException) Error() string
- func (e *RequestedRangeNotSatisfiableException) ErrorCode() string
- func (e *RequestedRangeNotSatisfiableException) ErrorFault() smithy.ErrorFault
- func (e *RequestedRangeNotSatisfiableException) ErrorMessage() string
- func (e *RequestedRangeNotSatisfiableException) GetMessage() string
- func (e *RequestedRangeNotSatisfiableException) HasMessage() bool
- type StorageClass
Types ¶
type ContainerNotFoundException ¶
type ContainerNotFoundException struct { Message *string }
The specified container was not found for the specified account.
func (*ContainerNotFoundException) Error ¶
func (e *ContainerNotFoundException) Error() string
func (*ContainerNotFoundException) ErrorCode ¶
func (e *ContainerNotFoundException) ErrorCode() string
func (*ContainerNotFoundException) ErrorFault ¶
func (e *ContainerNotFoundException) ErrorFault() smithy.ErrorFault
func (*ContainerNotFoundException) ErrorMessage ¶
func (e *ContainerNotFoundException) ErrorMessage() string
func (*ContainerNotFoundException) GetMessage ¶
func (e *ContainerNotFoundException) GetMessage() string
func (*ContainerNotFoundException) HasMessage ¶
func (e *ContainerNotFoundException) HasMessage() bool
type InternalServerError ¶
type InternalServerError struct { Message *string }
The service is temporarily unavailable.
func (*InternalServerError) Error ¶
func (e *InternalServerError) Error() string
func (*InternalServerError) ErrorCode ¶
func (e *InternalServerError) ErrorCode() string
func (*InternalServerError) ErrorFault ¶
func (e *InternalServerError) ErrorFault() smithy.ErrorFault
func (*InternalServerError) ErrorMessage ¶
func (e *InternalServerError) ErrorMessage() string
func (*InternalServerError) GetMessage ¶
func (e *InternalServerError) GetMessage() string
func (*InternalServerError) HasMessage ¶
func (e *InternalServerError) HasMessage() bool
type Item ¶
type Item struct { // The name of the item. Name *string // The item type (folder or object). Type ItemType // The length of the item in bytes. ContentLength *int64 // The ETag that represents a unique instance of the item. ETag *string // The content type of the item. ContentType *string // The date and time that the item was last modified. LastModified *time.Time }
A metadata entry for a folder or object.
type ItemType ¶
type ItemType string
Enum values for ItemType
type ObjectNotFoundException ¶
type ObjectNotFoundException struct { Message *string }
Could not perform an operation on an object that does not exist.
func (*ObjectNotFoundException) Error ¶
func (e *ObjectNotFoundException) Error() string
func (*ObjectNotFoundException) ErrorCode ¶
func (e *ObjectNotFoundException) ErrorCode() string
func (*ObjectNotFoundException) ErrorFault ¶
func (e *ObjectNotFoundException) ErrorFault() smithy.ErrorFault
func (*ObjectNotFoundException) ErrorMessage ¶
func (e *ObjectNotFoundException) ErrorMessage() string
func (*ObjectNotFoundException) GetMessage ¶
func (e *ObjectNotFoundException) GetMessage() string
func (*ObjectNotFoundException) HasMessage ¶
func (e *ObjectNotFoundException) HasMessage() bool
type RequestedRangeNotSatisfiableException ¶
type RequestedRangeNotSatisfiableException struct { Message *string }
The requested content range is not valid.
func (*RequestedRangeNotSatisfiableException) Error ¶
func (e *RequestedRangeNotSatisfiableException) Error() string
func (*RequestedRangeNotSatisfiableException) ErrorCode ¶
func (e *RequestedRangeNotSatisfiableException) ErrorCode() string
func (*RequestedRangeNotSatisfiableException) ErrorFault ¶
func (e *RequestedRangeNotSatisfiableException) ErrorFault() smithy.ErrorFault
func (*RequestedRangeNotSatisfiableException) ErrorMessage ¶
func (e *RequestedRangeNotSatisfiableException) ErrorMessage() string
func (*RequestedRangeNotSatisfiableException) GetMessage ¶
func (e *RequestedRangeNotSatisfiableException) GetMessage() string
func (*RequestedRangeNotSatisfiableException) HasMessage ¶
func (e *RequestedRangeNotSatisfiableException) HasMessage() bool
type StorageClass ¶
type StorageClass string
const ( StorageClassTemporal StorageClass = "TEMPORAL" )
Enum values for StorageClass
Source Files ¶
- Version
- v0.1.0
- Published
- Sep 29, 2020
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 26 minutes ago –
Tools for package owners.