Describes the status of a VPC peering connection.
 Declaration Syntax
 Declaration Syntax| C# | 
public class VpcPeeringConnectionStateReason
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VpcPeeringConnectionStateReason()()()() | Initializes a new instance of the VpcPeeringConnectionStateReason class | 
|  | Code | 
            The status of the VPC peering connection.
             
             | 
|  | 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.) | 
|  | IsSetCode()()()() | 
            Checks if Code is set
             | 
|  | IsSetMessage()()()() | 
            Checks if Message is set
             | 
|  | Message | 
            A message that provides more information about the status, if applicable.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCode(String) | Obsolete. 
            Sets the Code
            The Code. | 
|  | WithMessage(String) | Obsolete. 
            Sets the Message
            The Message. | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VpcPeeringConnectionStateReason |