Enum rusoto_acm::AddTagsToCertificateError [] [src]

pub enum AddTagsToCertificateError {
    InvalidArn(String),
    InvalidTag(String),
    ResourceNotFound(String),
    TooManyTags(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by AddTagsToCertificate

Variants

The requested Amazon Resource Name (ARN) does not refer to an existing resource.

One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with aws:.

The specified certificate cannot be found in the caller's account, or the caller's account cannot be found.

The request contains too many tags. Try the request again with fewer tags.

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 AddTagsToCertificateError
[src]

Trait Implementations

impl Debug for AddTagsToCertificateError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AddTagsToCertificateError
[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 AddTagsToCertificateError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for AddTagsToCertificateError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for AddTagsToCertificateError
[src]

[src]

Performs the conversion.

impl From<Error> for AddTagsToCertificateError
[src]

[src]

Performs the conversion.

impl Display for AddTagsToCertificateError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for AddTagsToCertificateError
[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