Enum rusoto_ssm::PutComplianceItemsError [] [src]

pub enum PutComplianceItemsError {
    ComplianceTypeCountLimitExceeded(String),
    InternalServerError(String),
    InvalidItemContent(String),
    InvalidResourceId(String),
    InvalidResourceType(String),
    ItemSizeLimitExceeded(String),
    TotalSizeLimitExceeded(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by PutComplianceItems

Variants

You specified too many custom compliance types. You can specify a maximum of 10 different types.

An error occurred on the server side.

One or more content items is not valid.

The resource ID is not valid. Verify that you entered the correct ID and try again.

The resource type is not valid. If you are attempting to tag an instance, the instance must be a registered, managed instance.

The inventory item size has exceeded the size limit.

The size of inventory data has exceeded the total size limit for the resource.

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl PutComplianceItemsError
[src]

Trait Implementations

impl Debug for PutComplianceItemsError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PutComplianceItemsError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<Error> for PutComplianceItemsError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for PutComplianceItemsError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for PutComplianceItemsError
[src]

[src]

Performs the conversion.

impl From<Error> for PutComplianceItemsError
[src]

[src]

Performs the conversion.

impl Display for PutComplianceItemsError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for PutComplianceItemsError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more