Class: Aws::ApplicationDiscoveryService::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
This issue occurs when the same clientRequestToken
is used with the
StartImportTask
action, but with different parameters. For example,
you use the same request token but have two different import URLs, you
can encounter this issue. If the import tasks are meant to be
different, use a different clientRequestToken
, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1718 1719 1720 1721 1722 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1718 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |