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

Class: Aws::CodeDeploy::Types::StopDeploymentOutput

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

Overview

Represents the output of a StopDeployment operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the stop deployment operation:

  • Pending: The stop operation is pending.

  • Succeeded: The stop operation was successful.

    Possible values:

    • Pending
    • Succeeded

Returns:

  • (String)

    The status of the stop deployment operation:.

#status_messageString

An accompanying status message.

Returns:

  • (String)

    An accompanying status message.