StartRemediationExecutionResponse constructor
StartRemediationExecutionResponse({
- List<
ResourceKey> ? failedItems, - String? failureMessage,
Implementation
StartRemediationExecutionResponse({
this.failedItems,
this.failureMessage,
});