Struct aws_sdk_rust::aws::errors::credentials_error::CredentialsError [] [src]

pub struct CredentialsError {
    pub message: String,
}

Fields

message: String

Methods

impl CredentialsError
[src]

fn new(message: &str) -> CredentialsError

Trait Implementations

impl PartialEq for CredentialsError
[src]

fn eq(&self, __arg_0: &CredentialsError) -> bool

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

fn ne(&self, __arg_0: &CredentialsError) -> bool

This method tests for !=.

impl Debug for CredentialsError
[src]

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

Formats the value using the given formatter.

impl Display for CredentialsError
[src]

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

Formats the value using the given formatter.

impl Error for CredentialsError
[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<ParseError> for CredentialsError
[src]

fn from(err: ParseError) -> CredentialsError

Performs the conversion.

impl From<IoError> for CredentialsError
[src]

fn from(err: IoError) -> CredentialsError

Performs the conversion.