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

Class: Aws::Greengrass::Types::GetBulkDeploymentStatusResponse

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

Overview

Information about the status of a bulk deployment at the time of the request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bulk_deployment_metricsTypes::BulkDeploymentMetrics

Relevant metrics on input records processed during bulk deployment.

Returns:

#bulk_deployment_statusString

The status of the bulk deployment.

Possible values:

  • Initializing
  • Running
  • Completed
  • Stopping
  • Stopped
  • Failed

Returns:

  • (String)

    The status of the bulk deployment.

#created_atString

The time, in ISO format, when the deployment was created.

Returns:

  • (String)

    The time, in ISO format, when the deployment was created.

#error_detailsArray<Types::ErrorDetail>

Error details

Returns:

#error_messageString

Error message

Returns:

  • (String)

    Error message.

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)

    The key-value pair for the resource tag.