Amazon.DataPipeline.Model.ValidatePipelineDefinitionResult.IsSetErrored C# (CSharp) Méthode

IsSetErrored() private méthode

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