Class: Aws::ServiceCatalog::Types::BatchAssociateServiceActionWithProvisioningArtifactOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::BatchAssociateServiceActionWithProvisioningArtifactOutput
- 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.
334 335 336 337 338 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 334 class BatchAssociateServiceActionWithProvisioningArtifactOutput < Struct.new( :failed_service_action_associations) SENSITIVE = [] include Aws::Structure end |