Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.GetCommandInvocation C# (CSharp) Метод

GetCommandInvocation() публичный Метод

Returns detailed information about command execution for an invocation or plugin.
/// An error occurred on the server side. /// /// /// /// The following problems can cause this exception: /// /// /// /// You do not have permission to access the instance. /// /// /// /// The SSM agent is not running. On managed instances and Linux instances, verify that /// the SSM agent is running. On EC2 Windows instances, verify that the EC2Config service /// is running. /// /// /// /// The SSM agent or EC2Config service is not registered to the SSM endpoint. Try reinstalling /// the SSM agent or EC2Config service. /// /// /// /// The instance is not in valid state. Valid states are: Running, Pending, Stopped, Stopping. /// Invalid states are: Shutting-down and Terminated. /// /// /// The plugin name is not valid. /// /// The command ID and instance ID you specified did not match any invocations. Verify /// the command ID adn the instance ID and try again. ///
public GetCommandInvocation ( GetCommandInvocationRequest request ) : GetCommandInvocationResponse
request Amazon.SimpleSystemsManagement.Model.GetCommandInvocationRequest Container for the necessary parameters to execute the GetCommandInvocation service method.
Результат Amazon.SimpleSystemsManagement.Model.GetCommandInvocationResponse
        public GetCommandInvocationResponse GetCommandInvocation(GetCommandInvocationRequest request)
        {
            var marshaller = new GetCommandInvocationRequestMarshaller();
            var unmarshaller = GetCommandInvocationResponseUnmarshaller.Instance;

            return Invoke<GetCommandInvocationRequest,GetCommandInvocationResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleSystemsManagementClient