Class: Aws::Snowball::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::ConflictException
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#conflict_resource ⇒ String
You get this resource when you call ‘CreateReturnShippingLabel` more than once when other requests are not completed.
- #message ⇒ String
Instance Attribute Details
#conflict_resource ⇒ String
You get this resource when you call ‘CreateReturnShippingLabel` more than once when other requests are not completed. .
351 352 353 354 355 356 |
# File 'lib/aws-sdk-snowball/types.rb', line 351 class ConflictException < Struct.new( :conflict_resource, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
351 352 353 354 355 356 |
# File 'lib/aws-sdk-snowball/types.rb', line 351 class ConflictException < Struct.new( :conflict_resource, :message) SENSITIVE = [] include Aws::Structure end |