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

Class: Aws::ElasticBeanstalk::Types::ManagedActionHistoryItem

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

Overview

The record of a completed or failed managed action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_descriptionString

A description of the managed action.

Returns:

  • (String)

    A description of the managed action.

#action_idString

A unique identifier for the managed action.

Returns:

  • (String)

    A unique identifier for the managed action.

#action_typeString

The type of the managed action.

Possible values:

  • InstanceRefresh
  • PlatformUpdate
  • Unknown

Returns:

  • (String)

    The type of the managed action.

#executed_timeTime

The date and time that the action started executing.

Returns:

  • (Time)

    The date and time that the action started executing.

#failure_descriptionString

If the action failed, a description of the failure.

Returns:

  • (String)

    If the action failed, a description of the failure.

#failure_typeString

If the action failed, the type of failure.

Possible values:

  • UpdateCancelled
  • CancellationFailed
  • RollbackFailed
  • RollbackSuccessful
  • InternalFailure
  • InvalidEnvironmentState
  • PermissionsError

Returns:

  • (String)

    If the action failed, the type of failure.

#finished_timeTime

The date and time that the action finished executing.

Returns:

  • (Time)

    The date and time that the action finished executing.

#statusString

The status of the action.

Possible values:

  • Completed
  • Failed
  • Unknown

Returns:

  • (String)

    The status of the action.