Struct rusoto_opsworks::ServiceError [] [src]

pub struct ServiceError {
    pub created_at: Option<DateTime>,
    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.

impl Clone for ServiceError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more