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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_dateTime

The date at which the upload was created.

Returns:

  • (Time)


841
842
843
844
845
846
847
848
849
850
851
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 841

class GetUploadStatusResponse < Struct.new(
  :upload_id,
  :upload_status,
  :namespace_arn,
  :namespace_name,
  :namespace_version,
  :failure_reason,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonArray<String>

The reason for an upload failure.

Returns:

  • (Array<String>)


841
842
843
844
845
846
847
848
849
850
851
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 841

class GetUploadStatusResponse < Struct.new(
  :upload_id,
  :upload_status,
  :namespace_arn,
  :namespace_name,
  :namespace_version,
  :failure_reason,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_arnString

The ARN of the upload.

Returns:

  • (String)


841
842
843
844
845
846
847
848
849
850
851
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 841

class GetUploadStatusResponse < Struct.new(
  :upload_id,
  :upload_status,
  :namespace_arn,
  :namespace_name,
  :namespace_version,
  :failure_reason,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_nameString

The name of the upload's namespace.

Returns:

  • (String)


841
842
843
844
845
846
847
848
849
850
851
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 841

class GetUploadStatusResponse < Struct.new(
  :upload_id,
  :upload_status,
  :namespace_arn,
  :namespace_name,
  :namespace_version,
  :failure_reason,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_versionInteger

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

Returns:

  • (Integer)


841
842
843
844
845
846
847
848
849
850
851
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 841

class GetUploadStatusResponse < Struct.new(
  :upload_id,
  :upload_status,
  :namespace_arn,
  :namespace_name,
  :namespace_version,
  :failure_reason,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#upload_idString

The ID of the upload.

Returns:

  • (String)


841
842
843
844
845
846
847
848
849
850
851
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 841

class GetUploadStatusResponse < Struct.new(
  :upload_id,
  :upload_status,
  :namespace_arn,
  :namespace_name,
  :namespace_version,
  :failure_reason,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end

#upload_statusString

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

Returns:

  • (String)


841
842
843
844
845
846
847
848
849
850
851
# File 'gems/aws-sdk-iotthingsgraph/lib/aws-sdk-iotthingsgraph/types.rb', line 841

class GetUploadStatusResponse < Struct.new(
  :upload_id,
  :upload_status,
  :namespace_arn,
  :namespace_name,
  :namespace_version,
  :failure_reason,
  :created_date)
  SENSITIVE = []
  include Aws::Structure
end