QuickSight.Client.cancel_ingestion(**kwargs)¶Cancels an ongoing ingestion of data into SPICE.
See also: AWS API Documentation
Request Syntax
response = client.cancel_ingestion(
AwsAccountId='string',
DataSetId='string',
IngestionId='string'
)
[REQUIRED]
The Amazon Web Services account ID.
[REQUIRED]
The ID of the dataset used in the ingestion.
[REQUIRED]
An ID for the ingestion.
dict
Response Syntax
{
'Arn': 'string',
'IngestionId': 'string',
'RequestId': 'string',
'Status': 123
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) for the data ingestion.
IngestionId (string) --
An ID for the ingestion.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Status (integer) --
The HTTP status of the request.
Exceptions
QuickSight.Client.exceptions.AccessDeniedExceptionQuickSight.Client.exceptions.InvalidParameterValueExceptionQuickSight.Client.exceptions.ResourceNotFoundExceptionQuickSight.Client.exceptions.ThrottlingExceptionQuickSight.Client.exceptions.ResourceExistsExceptionQuickSight.Client.exceptions.InternalFailureException