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

Class: Aws::ConfigService::Types::RemediationExecutionStep

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

Overview

Name of the step from the SSM document.

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

An error message if the step was interrupted during execution.

Returns:

  • (String)

    An error message if the step was interrupted during execution.

#nameString

The details of the step.

Returns:

  • (String)

    The details of the step.

#start_timeTime

The time when the step started.

Returns:

  • (Time)

    The time when the step started.

#stateString

The valid status of the step.

Possible values:

  • SUCCEEDED
  • PENDING
  • FAILED

Returns:

  • (String)

    The valid status of the step.

#stop_timeTime

The time when the step stopped.

Returns:

  • (Time)

    The time when the step stopped.