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

DescribeAssociation() public method

Describes the associations for the specified SSM document or instance.
/// The specified association does not exist. /// /// An error occurred on the server side. /// /// The specified document does not exist. /// /// 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. /// ///
public DescribeAssociation ( DescribeAssociationRequest request ) : DescribeAssociationResponse
request Amazon.SimpleSystemsManagement.Model.DescribeAssociationRequest Container for the necessary parameters to execute the DescribeAssociation service method.
return Amazon.SimpleSystemsManagement.Model.DescribeAssociationResponse
        public DescribeAssociationResponse DescribeAssociation(DescribeAssociationRequest request)
        {
            var marshaller = new DescribeAssociationRequestMarshaller();
            var unmarshaller = DescribeAssociationResponseUnmarshaller.Instance;

            return Invoke<DescribeAssociationRequest,DescribeAssociationResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonSimpleSystemsManagementClient::DescribeAssociation ( string instanceId, string name ) : DescribeAssociationResponse
AmazonSimpleSystemsManagementClient