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

Class: Aws::IoTThingsGraph::Types::GetUploadStatusResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_date ⇒ Time

The date at which the upload was created.

Returns:

  • (Time) —

    The date at which the upload was created.

#failure_reason ⇒ Array<String>

The reason for an upload failure.

Returns:

  • (Array<String>) —

    The reason for an upload failure.

#namespace_arn ⇒ String

The ARN of the upload.

Returns:

  • (String) —

    The ARN of the upload.

#namespace_name ⇒ String

The name of the upload\'s namespace.

Returns:

  • (String) —

    The name of the upload\'s namespace.

#namespace_version ⇒ Integer

The version of the user\'s namespace. Defaults to the latest version of the user\'s namespace.

Returns:

  • (Integer) —

    The version of the user\'s namespace.

#upload_id ⇒ String

The ID of the upload.

Returns:

  • (String) —

    The ID of the upload.

#upload_status ⇒ String

The status of the upload. The initial status is IN_PROGRESS. The response show all validation failures if the upload fails.

Possible values:

  • IN_PROGRESS
  • SUCCEEDED
  • FAILED

Returns:

  • (String) —

    The status of the upload.