Class: Aws::ApplicationDiscoveryService::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1541
1542
1543
1544
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1541

class ResourceInUseException < Struct.new(
  :message)
  include Aws::Structure
end