Describes an AWS OpsWorks service error.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ServiceError
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ServiceError()()()() | Initializes a new instance of the ServiceError class | 
|  | CreatedAt | 
            Gets and sets the property CreatedAt. 
             When the error occurred. | 
|  | 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.) | 
|  | InstanceId | 
            Gets and sets the property InstanceId. 
             The instance ID. | 
|  | Message | 
            Gets and sets the property Message. 
             A message that describes the error. | 
|  | ServiceErrorId | 
            Gets and sets the property ServiceErrorId. 
             The error ID. | 
|  | StackId | 
            Gets and sets the property StackId. 
             The stack ID. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Type | 
            Gets and sets the property Type. 
             The error type. | 
|  | WithCreatedAt(String) | Obsolete. 
            Sets the CreatedAt property
             | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the InstanceId property
             | 
|  | WithMessage(String) | Obsolete. 
            Sets the Message property
             | 
|  | WithServiceErrorId(String) | Obsolete. 
            Sets the ServiceErrorId property
             | 
|  | WithStackId(String) | Obsolete. 
            Sets the StackId property
             | 
|  | WithType(String) | Obsolete. 
            Sets the Type property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ServiceError |