Amazon.DataPipeline.Model.ValidatePipelineDefinitionResult.IsSetErrored C# (CSharp) Method

IsSetErrored() private method

private IsSetErrored ( ) : bool
return bool
        internal bool IsSetErrored()
        {
            return this.errored.HasValue;
        }
    }