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

Class: Aws::SSM::Types::FailureDetails

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

Overview

Information about an Automation failure.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#detailsHash<String,Array<String>>

Detailed information about the Automation step failure.

Returns:

  • (Hash<String,Array<String>>)

    Detailed information about the Automation step failure.

#failure_stageString

The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.

Returns:

  • (String)

    The stage of the Automation execution when the failure occurred.

#failure_typeString

The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.

Returns:

  • (String)

    The type of Automation failure.