The id of the request which generated the exception.

Namespace: Amazon.Runtime
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string RequestId { get; protected set; }
Public Property RequestId As String
	Get
	Protected Set
public:
property String^ RequestId {
	String^ get ();
	protected: void set (String^ value);
}

See Also