You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EMR::Types::AutoScalingPolicyStateChangeReason

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

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.

Possible values:

  • USER_REQUEST
  • PROVISION_FAILURE
  • CLEANUP_FAILURE

Returns:

  • (String)

    The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user.

#messageString

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

Returns:

  • (String)

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