The output for ValidateTemplate action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ValidateTemplateResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ValidateTemplateResult()()()() | Initializes a new instance of the ValidateTemplateResult class | 
|  | Capabilities | 
            The capabilities found within the template. Currently, CAPABILITY_IAM is the only capability detected. If your template contains IAM
            resources, you must specify the CAPABILITY_IAM value for this parameter when you use the CreateStack or UpdateStack actions
            with your template; otherwise, those actions return an InsufficientCapabilities error.
             
             | 
|  | CapabilitiesReason | 
            The capabilities reason found within the template.
             
             | 
|  | Description | 
            The description found within the template.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Parameters | 
            A list of TemplateParameter structures.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCapabilities(array<String>[]()[][]) | Obsolete. 
            Adds elements to the Capabilities collection
             | 
|  | WithCapabilities(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the Capabilities collection
             | 
|  | WithCapabilitiesReason(String) | Obsolete. 
            Sets the CapabilitiesReason property
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithParameters(array<TemplateParameter>[]()[][]) | Obsolete. 
            Adds elements to the Parameters collection
             | 
|  | WithParameters(IEnumerable<(Of <<'(TemplateParameter>)>>)) | Obsolete. 
            Adds elements to the Parameters collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ValidateTemplateResult |