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.AccessDeniedException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.ResourceExistsException
QuickSight.Client.exceptions.InternalFailureException