Amazon.EC2.Model.DryRunResult.IsSetError C# (CSharp) 메소드

IsSetError() 공개 메소드

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