AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own.

Namespace: Amazon.ImportExport
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual GetShippingLabelResponse GetShippingLabel(
         GetShippingLabelRequest request
)

Parameters

request
Type: Amazon.ImportExport.Model.GetShippingLabelRequest

Container for the necessary parameters to execute the GetShippingLabel service method.

Return Value
Type: Amazon.ImportExport.Model.GetShippingLabelResponse
The response from the GetShippingLabel service method, as returned by ImportExport.

Exceptions

ExceptionCondition
CanceledJobIdException The specified job ID has been canceled and is no longer valid.
ExpiredJobIdException Indicates that the specified job has expired out of the system.
InvalidAccessKeyIdException The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.
InvalidAddressException The address specified in the manifest is invalid.
InvalidJobIdException The JOBID was missing, not found, or not associated with the AWS account.
InvalidParameterException One or more parameters had an invalid value.
InvalidVersionException The client tool version is invalid.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5