Struct aws_sdk_rust::aws::errors::s3::S3Error [] [src]

pub struct S3Error {
    pub message: String,
    pub aws: AWSError,
}

Fields

Methods

impl S3Error
[src]

Trait Implementations

impl Debug for S3Error
[src]

Formats the value using the given formatter.

impl Display for S3Error
[src]

Formats the value using the given formatter.

impl Error for S3Error
[src]

A short description of the error. Read more

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

impl From<CredentialsError> for S3Error
[src]

Performs the conversion.

impl From<ParseIntError> for S3Error
[src]

Performs the conversion.

impl From<ParseBoolError> for S3Error
[src]

Performs the conversion.

impl From<XmlParseError> for S3Error
[src]

Performs the conversion.