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
- Struct
- Aws::ElasticBeanstalk::Types::ManagedActionHistoryItem
- Defined in:
- (unknown)
Overview
The record of a completed or failed managed action.
Instance Attribute Summary collapse
-
#action_description ⇒ String
A description of the managed action.
-
#action_id ⇒ String
A unique identifier for the managed action.
-
#action_type ⇒ String
The type of the managed action.
-
#executed_time ⇒ Time
The date and time that the action started executing.
-
#failure_description ⇒ String
If the action failed, a description of the failure.
-
#failure_type ⇒ String
If the action failed, the type of failure.
-
#finished_time ⇒ Time
The date and time that the action finished executing.
-
#status ⇒ String
The status of the action.
Instance Attribute Details
#action_description ⇒ String
A description of the managed action.
#action_id ⇒ String
A unique identifier for the managed action.
#action_type ⇒ String
The type of the managed action.
Possible values:
- InstanceRefresh
- PlatformUpdate
- Unknown
#executed_time ⇒ Time
The date and time that the action started executing.
#failure_description ⇒ String
If the action failed, a description of the failure.
#failure_type ⇒ String
If the action failed, the type of failure.
Possible values:
- UpdateCancelled
- CancellationFailed
- RollbackFailed
- RollbackSuccessful
- InternalFailure
- InvalidEnvironmentState
- PermissionsError
#finished_time ⇒ Time
The date and time that the action finished executing.
#status ⇒ String
The status of the action.
Possible values:
- Completed
- Failed
- Unknown