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_dateTime

The date at which the upload was created.

Returns:

  • (Time)

    The date at which the upload was created.

#failure_reasonArray<String>

The reason for an upload failure.

Returns:

  • (Array<String>)

    The reason for an upload failure.

#namespace_arnString

The ARN of the upload.

Returns:

  • (String)

    The ARN of the upload.

#namespace_nameString

The name of the upload\'s namespace.

Returns:

  • (String)

    The name of the upload\'s namespace.

#namespace_versionInteger

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_idString

The ID of the upload.

Returns:

  • (String)

    The ID of the upload.

#upload_statusString

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.