Struct rusoto_opsworks::DescribeServiceErrorsResult [] [src]

pub struct DescribeServiceErrorsResult {
    pub service_errors: Option<ServiceErrors>,
}

Contains the response to a DescribeServiceErrors request.

Fields

An array of ServiceError objects that describe the specified service errors.

Trait Implementations

impl Default for DescribeServiceErrorsResult
[src]

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

impl Debug for DescribeServiceErrorsResult
[src]

Formats the value using the given formatter.

impl Clone for DescribeServiceErrorsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more