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.IllegalArgumentExceptionBackupStorage.Client.exceptions.RetryableExceptionBackupStorage.Client.exceptions.ResourceNotFoundExceptionBackupStorage.Client.exceptions.ServiceInternalExceptionBackupStorage.Client.exceptions.ThrottlingExceptionBackupStorage.Client.exceptions.KMSInvalidKeyUsageExceptionBackupStorage.Client.exceptions.AccessDeniedException