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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1831
1832
1833
1834
1835
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1831

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