Struct rusoto_health::EventDetailsErrorItem [] [src]

pub struct EventDetailsErrorItem {
    pub error_message: Option<String>,
    pub error_name: Option<String>,
    pub event_arn: Option<EventArn>,
}

Error information returned when a DescribeEventDetails operation cannot find a specified event.

Fields

A message that describes the error.

The name of the error.

The unique identifier for the event. Format: arn:aws:health:event-region::event/EVENT_TYPE_PLUS_ID . Example: arn:aws:health:us-east-1::event/AWS_EC2_MAINTENANCE_5331

Trait Implementations

impl Default for EventDetailsErrorItem
[src]

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

impl Debug for EventDetailsErrorItem
[src]

Formats the value using the given formatter.

impl Clone for EventDetailsErrorItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more