Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetAutomationExecution C# (CSharp) Method

GetAutomationExecution() public method

Get detailed information about a particular Automation execution.
/// There is no automation execution information for the requested automation execution /// ID. /// /// An error occurred on the server side. ///
public GetAutomationExecution ( GetAutomationExecutionRequest request ) : GetAutomationExecutionResponse
request Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionRequest Container for the necessary parameters to execute the GetAutomationExecution service method.
return Amazon.SimpleSystemsManagement.Model.GetAutomationExecutionResponse
        public GetAutomationExecutionResponse GetAutomationExecution(GetAutomationExecutionRequest request)
        {
            var marshaller = new GetAutomationExecutionRequestMarshaller();
            var unmarshaller = GetAutomationExecutionResponseUnmarshaller.Instance;

            return Invoke<GetAutomationExecutionRequest,GetAutomationExecutionResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient