Submits feedback about an instance's status.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ReportInstanceStatusRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ReportInstanceStatusRequest()()()() | Initializes a new instance of the ReportInstanceStatusRequest class | 
|  | Description | 
            Description text about the instance health state.
             | 
|  | EndTime | 
            The time at which the reported instance health state ended. 
             | 
|  | 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 | 
            One or more instance IDs. 
             | 
|  | IsSetDescription()()()() | 
            Checks if the Description property is set
             | 
|  | IsSetEndTime()()()() | 
            Checks if the EndTime property is set.
             | 
|  | IsSetInstanceId()()()() | 
            Checks if the InstanceId property is set
             | 
|  | IsSetReasonCode()()()() | 
            Checks if the ReasonCode property is set
             | 
|  | IsSetStartTime()()()() | 
            Checks if the StartTime property is set.
             | 
|  | IsSetStatus()()()() | 
            Checks if the Status property is set
             | 
|  | ReasonCode | 
            Reason codes that describe the specified instances health states.
             | 
|  | StartTime | 
            The time at which the reported instance health state began.
             | 
|  | Status | 
            The status of all submitted instances.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDescription(String) | Obsolete. 
            Sets the description text about the instance health state.
             | 
|  | WithEndTime(String) | Obsolete. 
            Sets the time at which the reported instance health state ended. 
             | 
|  | WithInstanceId(array<String>[]()[][]) | Obsolete. 
            Sets one or more instance IDs. 
             | 
|  | WithReasonCode(array<String>[]()[][]) | Obsolete. 
            Sets the reason codes that describe the specified instances health states
             | 
|  | WithStartTime(String) | Obsolete. 
            Sets the time at which the reported instance health state began.
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the status of all submitted instances.
             | 
 Remarks
 Remarks
            This action works only for instances that are in the running state.
            If your experience with the instance differs from the instance status returned by the 
            DescribeInstanceStatus action, use ReportInstanceStatus to report your experience with the instance. 
            Amazon EC2 collects this information to improve the accuracy of status checks. 
            Use of this action does not change the value returned by DescribeInstanceStatus.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | ReportInstanceStatusRequest | |