Values_2.DescribeDashboardSnapshotJobRequestSourceDescribes an existing snapshot job. Poll job descriptions after a job starts to know the status of the job. For information on available status codes, see JobStatus. Registered user support This API can be called as before to get status of a job started by the same Quick Sight user. Possible error scenarios Request will fail with an Access Denied error in the following scenarios: The credentials have expired. Job has been started by a different user. Impersonated Quick Sight user doesn't have access to the specified dashboard in the job.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.
*)dashboardId : Values_0.ShortRestrictiveResourceId.t;The ID of the dashboard that you have started a snapshot job for.
*)snapshotJobId : Values_0.ShortRestrictiveResourceId.t;The ID of the job to be described. The job ID is set when you start a new job with a StartDashboardSnapshotJob API call.
*)}val make :
awsAccountId:Values_1.AwsAccountId.t ->
dashboardId:Values_0.ShortRestrictiveResourceId.t ->
snapshotJobId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.AwsAccountId.t ]) list ]