start_associations_once

SSM.Client.start_associations_once(**kwargs)

Runs an association immediately and only one time. This operation can be helpful when troubleshooting associations.

See also: AWS API Documentation

Request Syntax

response = client.start_associations_once(
    AssociationIds=[
        'string',
    ]
)
Parameters
AssociationIds (list) --

[REQUIRED]

The association IDs that you want to run immediately and only one time.

  • (string) --
Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • SSM.Client.exceptions.InvalidAssociation
  • SSM.Client.exceptions.AssociationDoesNotExist