Class: Aws::IoTSiteWise::Types::BatchDisassociateProjectAssetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchDisassociateProjectAssetsResponse
- Includes:
- Structure
- Defined in:
- 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.
1574 1575 1576 1577 1578 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1574 class BatchDisassociateProjectAssetsResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |