Class: Aws::Snowball::Types::ConflictException

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

Overview

You get this exception when you call CreateReturnShippingLabel more than once when other requests are not completed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conflict_resourceString

You get this resource when you call CreateReturnShippingLabel more than once when other requests are not completed. .

Returns:

  • (String)


351
352
353
354
355
356
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 351

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

#messageString

Returns:

  • (String)


351
352
353
354
355
356
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 351

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