Struct rusoto_opsworks::ServiceError[][src]

pub struct ServiceError {
    pub created_at: Option<String>,
    pub instance_id: Option<String>,
    pub message: Option<String>,
    pub service_error_id: Option<String>,
    pub stack_id: Option<String>,
    pub type_: Option<String>,
}

Describes an AWS OpsWorks Stacks service error.

Fields

When the error occurred.

The instance ID.

A message that describes the error.

The error ID.

The stack ID.

The error type.

Trait Implementations

impl Default for ServiceError
[src]

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

impl Debug for ServiceError
[src]

Formats the value using the given formatter. Read more

impl Clone for ServiceError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ServiceError
[src]

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

This method tests for !=.

Auto Trait Implementations