Class: Aws::ServiceCatalog::Types::BatchDisassociateServiceActionFromProvisioningArtifactOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::BatchDisassociateServiceActionFromProvisioningArtifactOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_service_action_associations ⇒ Array<Types::FailedServiceActionAssociation>
An object that contains a list of errors, along with information to help you identify the self-service action.
Instance Attribute Details
#failed_service_action_associations ⇒ Array<Types::FailedServiceActionAssociation>
An object that contains a list of errors, along with information to help you identify the self-service action.
369 370 371 372 373 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 369 class BatchDisassociateServiceActionFromProvisioningArtifactOutput < Struct.new( :failed_service_action_associations) SENSITIVE = [] include Aws::Structure end |