Class: Aws::IoTSiteWise::Types::BatchDisassociateProjectAssetsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::AssetErrorDetails>

A list of associated error information, if any.

Returns:



1570
1571
1572
1573
1574
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1570

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