Class: Aws::IoTSiteWise::Types::BatchAssociateProjectAssetsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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:



1538
1539
1540
1541
1542
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1538

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