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

Class: Aws::Greengrass::Types::GetDeploymentStatusResponse

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

Overview

Information about the status of a deployment for a group.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_statusString

The status of the deployment: \'\'InProgress\'\', \'\'Building\'\', \'\'Success\'\', or \'\'Failure\'\'.

Returns:

  • (String)

    The status of the deployment: \'\'InProgress\'\', \'\'Building\'\', \'\'Success\'\', or \'\'Failure\'\'.

#deployment_typeString

The type of the deployment.

Possible values:

  • NewDeployment
  • Redeployment
  • ResetDeployment
  • ForceResetDeployment

Returns:

  • (String)

    The type of the deployment.

#error_detailsArray<Types::ErrorDetail>

Error details

Returns:

#error_messageString

Error message

Returns:

  • (String)

    Error message.

#updated_atString

The time, in milliseconds since the epoch, when the deployment status was updated.

Returns:

  • (String)

    The time, in milliseconds since the epoch, when the deployment status was updated.