types

package
v1.3.4 Latest Latest
Warning

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

Go to latest
Published: May 23, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessDeniedException

type AccessDeniedException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

You do not have the required privileges to perform this action.

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 BillOfMaterialsImportJob

type BillOfMaterialsImportJob struct {

	// The BillOfMaterialsImportJob instanceId.
	//
	// This member is required.
	InstanceId *string

	// The BillOfMaterialsImportJob jobId.
	//
	// This member is required.
	JobId *string

	// The S3 URI from which the CSV is read.
	//
	// This member is required.
	S3uri *string

	// The BillOfMaterialsImportJob ConfigurationJobStatus.
	//
	// This member is required.
	Status ConfigurationJobStatus

	// When the BillOfMaterialsImportJob has reached a terminal state, there will be a
	// message.
	Message *string
	// contains filtered or unexported fields
}

The BillOfMaterialsImportJob details.

type ConfigurationJobStatus

type ConfigurationJobStatus string
const (
	ConfigurationJobStatusNew        ConfigurationJobStatus = "NEW"
	ConfigurationJobStatusFailed     ConfigurationJobStatus = "FAILED"
	ConfigurationJobStatusInProgress ConfigurationJobStatus = "IN_PROGRESS"
	ConfigurationJobStatusQueued     ConfigurationJobStatus = "QUEUED"
	ConfigurationJobStatusSuccess    ConfigurationJobStatus = "SUCCESS"
)

Enum values for ConfigurationJobStatus

func (ConfigurationJobStatus) Values

Values returns all known values for ConfigurationJobStatus. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type ConflictException

type ConflictException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Updating or deleting a resource can cause an inconsistent state.

func (*ConflictException) Error

func (e *ConflictException) Error() string

func (*ConflictException) ErrorCode

func (e *ConflictException) ErrorCode() string

func (*ConflictException) ErrorFault

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

func (*ConflictException) ErrorMessage

func (e *ConflictException) ErrorMessage() string

type DataIntegrationEventType added in v1.3.0

type DataIntegrationEventType string
const (
	DataIntegrationEventTypeForecast                 DataIntegrationEventType = "scn.data.forecast"
	DataIntegrationEventTypeInventoryLevel           DataIntegrationEventType = "scn.data.inventorylevel"
	DataIntegrationEventTypeInboundOrder             DataIntegrationEventType = "scn.data.inboundorder"
	DataIntegrationEventTypeInboundOrderLine         DataIntegrationEventType = "scn.data.inboundorderline"
	DataIntegrationEventTypeInboundOrderLineSchedule DataIntegrationEventType = "scn.data.inboundorderlineschedule"
	DataIntegrationEventTypeOutboundOrderLine        DataIntegrationEventType = "scn.data.outboundorderline"
	DataIntegrationEventTypeOutboundShipment         DataIntegrationEventType = "scn.data.outboundshipment"
	DataIntegrationEventTypeProcessHeader            DataIntegrationEventType = "scn.data.processheader"
	DataIntegrationEventTypeProcessOperation         DataIntegrationEventType = "scn.data.processoperation"
	DataIntegrationEventTypeProcessProduct           DataIntegrationEventType = "scn.data.processproduct"
	DataIntegrationEventTypeReservation              DataIntegrationEventType = "scn.data.reservation"
	DataIntegrationEventTypeShipment                 DataIntegrationEventType = "scn.data.shipment"
	DataIntegrationEventTypeShipmentStop             DataIntegrationEventType = "scn.data.shipmentstop"
	DataIntegrationEventTypeShipmentStopOrder        DataIntegrationEventType = "scn.data.shipmentstoporder"
	DataIntegrationEventTypeSupplyPlan               DataIntegrationEventType = "scn.data.supplyplan"
)

Enum values for DataIntegrationEventType

func (DataIntegrationEventType) Values added in v1.3.0

Values returns all known values for DataIntegrationEventType. Note that this can be expanded in the future, and so it is only as up to date as the client.

The ordering of this slice is not guaranteed to be stable across updates.

type InternalServerException

type InternalServerException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Unexpected error during processing of request.

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 ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Request references a resource which does not exist.

func (*ResourceNotFoundException) Error

func (e *ResourceNotFoundException) Error() string

func (*ResourceNotFoundException) ErrorCode

func (e *ResourceNotFoundException) ErrorCode() string

func (*ResourceNotFoundException) ErrorFault

func (*ResourceNotFoundException) ErrorMessage

func (e *ResourceNotFoundException) ErrorMessage() string

type ServiceQuotaExceededException

type ServiceQuotaExceededException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Request would cause a service quota to be exceeded.

func (*ServiceQuotaExceededException) Error

func (*ServiceQuotaExceededException) ErrorCode

func (e *ServiceQuotaExceededException) ErrorCode() string

func (*ServiceQuotaExceededException) ErrorFault

func (*ServiceQuotaExceededException) ErrorMessage

func (e *ServiceQuotaExceededException) ErrorMessage() string

type ThrottlingException

type ThrottlingException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

Request was denied due to request throttling.

func (*ThrottlingException) Error

func (e *ThrottlingException) Error() string

func (*ThrottlingException) ErrorCode

func (e *ThrottlingException) ErrorCode() string

func (*ThrottlingException) ErrorFault

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

func (*ThrottlingException) ErrorMessage

func (e *ThrottlingException) ErrorMessage() string

type ValidationException

type ValidationException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The input does not satisfy the constraints specified by an AWS service.

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

Jump to

Keyboard shortcuts

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