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

Class: Aws::SSM::Types::AssociationStatus

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

Overview

Note:

When passing AssociationStatus as input to an Aws::Client method, you can use a vanilla Hash:

{
  date: Time.now, # required
  name: "Pending", # required, accepts Pending, Success, Failed
  message: "StatusMessage", # required
  additional_info: "StatusAdditionalInfo",
}

Describes an association status.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#additional_infoString

A user-defined string.

Returns:

  • (String)

    A user-defined string.

#dateTime

The date when the status changed.

Returns:

  • (Time)

    The date when the status changed.

#messageString

The reason for the status.

Returns:

  • (String)

    The reason for the status.

#nameString

The status.

Possible values:

  • Pending
  • Success
  • Failed

Returns:

  • (String)

    The status.