Amazon.EC2.Model.DryRunResult.IsSetError C# (CSharp) Method

IsSetError() public method

public IsSetError ( ) : bool
return bool
        public bool IsSetError()
        {
            return this.errorField != null;
        }
    }