BackupStorage.Client.
get_chunk
(**kwargs)¶Gets the specified object's chunk.
See also: AWS API Documentation
Request Syntax
response = client.get_chunk(
StorageJobId='string',
ChunkToken='string'
)
dict
Response Syntax
{
'Data': StreamingBody(),
'Length': 123,
'Checksum': 'string',
'ChecksumAlgorithm': 'SHA256'
}
Response Structure
StreamingBody
) -- Chunk dataExceptions
BackupStorage.Client.exceptions.IllegalArgumentException
BackupStorage.Client.exceptions.RetryableException
BackupStorage.Client.exceptions.ResourceNotFoundException
BackupStorage.Client.exceptions.ServiceInternalException
BackupStorage.Client.exceptions.ThrottlingException
BackupStorage.Client.exceptions.KMSInvalidKeyUsageException
BackupStorage.Client.exceptions.AccessDeniedException