types

package
v1.19.4 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 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 InvalidContentLocation added in v1.2.0

type InvalidContentLocation struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

WorkMail could not access the updated email content. Possible reasons:

func (*InvalidContentLocation) Error added in v1.2.0

func (e *InvalidContentLocation) Error() string

func (*InvalidContentLocation) ErrorCode added in v1.2.0

func (e *InvalidContentLocation) ErrorCode() string

func (*InvalidContentLocation) ErrorFault added in v1.2.0

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

func (*InvalidContentLocation) ErrorMessage added in v1.2.0

func (e *InvalidContentLocation) ErrorMessage() string

type MessageFrozen added in v1.2.0

type MessageFrozen struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The requested email is not eligible for update. This is usually the case for a redirected email.

func (*MessageFrozen) Error added in v1.2.0

func (e *MessageFrozen) Error() string

func (*MessageFrozen) ErrorCode added in v1.2.0

func (e *MessageFrozen) ErrorCode() string

func (*MessageFrozen) ErrorFault added in v1.2.0

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

func (*MessageFrozen) ErrorMessage added in v1.2.0

func (e *MessageFrozen) ErrorMessage() string

type MessageRejected added in v1.2.0

type MessageRejected struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The requested email could not be updated due to an error in the MIME content. Check the error message for more information about what caused the error.

func (*MessageRejected) Error added in v1.2.0

func (e *MessageRejected) Error() string

func (*MessageRejected) ErrorCode added in v1.2.0

func (e *MessageRejected) ErrorCode() string

func (*MessageRejected) ErrorFault added in v1.2.0

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

func (*MessageRejected) ErrorMessage added in v1.2.0

func (e *MessageRejected) ErrorMessage() string

type RawMessageContent added in v1.2.0

type RawMessageContent struct {

	// The S3 reference of an email message.
	//
	// This member is required.
	S3Reference *S3Reference
	// contains filtered or unexported fields
}

Provides the MIME content of the updated email message as an S3 object. All MIME content must meet the following criteria:

  • Each part of a multipart MIME message must be formatted properly.
  • Attachments must be of a content type that Amazon SES supports. For more information, see Unsupported Attachment Types (https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mime-types-appendix.html) .
  • If any of the MIME parts in a message contain content that is outside of the 7-bit ASCII character range, we recommend encoding that content.
  • Per RFC 5321 (https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6) , the maximum length of each line of text, including the , must not exceed 1,000 characters.
  • The message must contain all the required header fields. Check the returned error message for more information.
  • The value of immutable headers must remain unchanged. Check the returned error message for more information.
  • Certain unique headers can only appear once. Check the returned error message for more information.

type ResourceNotFoundException

type ResourceNotFoundException struct {
	Message *string

	ErrorCodeOverride *string
	// contains filtered or unexported fields
}

The requested email message is not found.

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 S3Reference added in v1.2.0

type S3Reference struct {

	// The S3 bucket name.
	//
	// This member is required.
	Bucket *string

	// The S3 key object name.
	//
	// This member is required.
	Key *string

	// If you enable versioning for the bucket, you can specify the object version.
	ObjectVersion *string
	// contains filtered or unexported fields
}

Amazon S3 object representing the updated message content, in MIME format. The region for the S3 bucket containing the S3 object must match the region used for WorkMail operations. Also, for WorkMail to process an S3 object, it must have permission to access that object. For more information, see Updating message content with AWS Lambda (https://docs.aws.amazon.com/workmail/latest/adminguide/update-with-lambda.html) .

Jump to

Keyboard shortcuts

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