Class: Aws::IoTSiteWise::Types::BatchAssociateProjectAssetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchAssociateProjectAssetsResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::AssetErrorDetails>
A list of associated error information, if any.
Instance Attribute Details
#errors ⇒ Array<Types::AssetErrorDetails>
A list of associated error information, if any.
1062 1063 1064 1065 1066 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1062 class BatchAssociateProjectAssetsResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |