class
Amazonite::Ssm::FailureDetails
- Amazonite::Ssm::FailureDetails
- Reference
- Object
Overview
Information about an Automation failure.
Included Modules
- JSON::Serializable
Defined in:
ssm/failure_details.crConstructors
- .new(pull : JSON::PullParser)
- .new(failure_stage : String | Nil = nil, failure_type : String | Nil = nil, details : Hash(String, Array(String)) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#details : Hash(String, Array(String)) | Nil
Detailed information about the Automation step failure.
-
#details=(details : Hash(String, Array(String)) | Nil)
Detailed information about the Automation step failure.
-
#failure_stage : String | Nil
The stage of the Automation execution when the failure occurred.
-
#failure_stage=(failure_stage : String | Nil)
The stage of the Automation execution when the failure occurred.
-
#failure_type : String | Nil
The type of Automation failure.
-
#failure_type=(failure_type : String | Nil)
The type of Automation failure.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Detailed information about the Automation step failure.
Detailed information about the Automation step failure.
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
The stage of the Automation execution when the failure occurred. The stages include the following: InputValidation, PreVerification, Invocation, PostVerification.
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.
The type of Automation failure. Failure types include the following: Action, Permission, Throttling, Verification, Internal.