NAME
Paws::IoT::DescribeThingRegistrationTaskResponse
ATTRIBUTES
CreationDate => Str
The task creation date.
FailureCount => Int
The number of things that failed to be provisioned.
InputFileBucket => Str
The S3 bucket that contains the input file.
InputFileKey => Str
The input file key.
LastModifiedDate => Str
The date when the task was last modified.
Message => Str
The message.
PercentageProgress => Int
The progress of the bulk provisioning task expressed as a percentage.
RoleArn => Str
The role ARN that grants access to the input file bucket.
Status => Str
The status of the bulk thing provisioning task.
Valid values are: "InProgress"
, "Completed"
, "Failed"
, "Cancelled"
, "Cancelling"
=head2 SuccessCount => Int
The number of things successfully provisioned.
TaskId => Str
The task ID.
TemplateBody => Str
The task's template.