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

pub struct S3Error {
    pub message: String,
}

Fields

message: String

Methods

impl S3Error
[src]

fn new<S>(message: S) -> S3Error where S: Into<String>

Trait Implementations

impl Debug for S3Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for S3Error
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Error for S3Error
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>
1.0.0

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

impl From<CredentialsError> for S3Error
[src]

fn from(err: CredentialsError) -> S3Error

Performs the conversion.

impl From<ParseIntError> for S3Error
[src]

fn from(err: ParseIntError) -> S3Error

Performs the conversion.

impl From<ParseBoolError> for S3Error
[src]

fn from(err: ParseBoolError) -> S3Error

Performs the conversion.

impl From<XmlParseError> for S3Error
[src]

fn from(err: XmlParseError) -> S3Error

Performs the conversion.