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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Information about an Automation failure.

Instance Attribute Summary collapse

Instance Attribute Details

#detailsHash<String,Array<String>>

Detailed information about the Automation step failure.

Returns:

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


5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-ssm/types.rb', line 5552

class FailureDetails < Struct.new(
  :failure_stage,
  :failure_type,
  :details)
  include Aws::Structure
end

#failure_stageString

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

Returns:

  • (String)


5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-ssm/types.rb', line 5552

class FailureDetails < Struct.new(
  :failure_stage,
  :failure_type,
  :details)
  include Aws::Structure
end

#failure_typeString

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

Returns:

  • (String)


5552
5553
5554
5555
5556
5557
# File 'lib/aws-sdk-ssm/types.rb', line 5552

class FailureDetails < Struct.new(
  :failure_stage,
  :failure_type,
  :details)
  include Aws::Structure
end