Amazon.Shield.AmazonShieldClient.DescribeAttack C# (CSharp) Method

DescribeAttack() public method

Describes the details of a DDoS attack.
/// Exception that indicates that a problem occurred with the service infrastructure. /// You can retry the request. /// /// Exception that indicates that the parameters passed to the API are invalid. ///
public DescribeAttack ( DescribeAttackRequest request ) : DescribeAttackResponse
request Amazon.Shield.Model.DescribeAttackRequest Container for the necessary parameters to execute the DescribeAttack service method.
return Amazon.Shield.Model.DescribeAttackResponse
        public DescribeAttackResponse DescribeAttack(DescribeAttackRequest request)
        {
            var marshaller = new DescribeAttackRequestMarshaller();
            var unmarshaller = DescribeAttackResponseUnmarshaller.Instance;

            return Invoke<DescribeAttackRequest,DescribeAttackResponse>(request, marshaller, unmarshaller);
        }