Struct aws_sdk_rust::aws::errors::s3_client_error::S3ClientError [] [src]

pub struct S3ClientError {
    pub version_id: ObjectVersionId,
    pub code: Code,
    pub message: S3ClientMessage,
    pub key: ObjectKey,
}

Fields

version_id: ObjectVersionId code: Code message: S3ClientMessage key: ObjectKey

Trait Implementations

impl Default for S3ClientError
[src]

fn default() -> S3ClientError

Returns the "default value" for a type. Read more

impl Debug for S3ClientError
[src]

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

Formats the value using the given formatter.