Struct rusoto_emr::AutoScalingPolicyStateChangeReason [] [src]

pub struct AutoScalingPolicyStateChangeReason {
    pub code: Option<String>,
    pub message: Option<String>,
}

The reason for an AutoScalingPolicyStatus change.

Fields

The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user. PROVISION_FAILURE indicates that the status change was because the policy failed to provision. CLEANUP_FAILURE indicates an error.

A friendly, more verbose message that accompanies an automatic scaling policy state change.

Trait Implementations

impl Default for AutoScalingPolicyStateChangeReason
[src]

[src]

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

impl Debug for AutoScalingPolicyStateChangeReason
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AutoScalingPolicyStateChangeReason
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations