Class: Aws::Snowball::Types::ReturnShippingLabelAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb

Overview

You get this exception if you call CreateReturnShippingLabel and a valid return shipping label already exists. In this case, use DescribeReturnShippingLabel to get the URL.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2262
2263
2264
2265
2266
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 2262

class ReturnShippingLabelAlreadyExistsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end