Classic環境で利用できます。
共通レスポンスです。
構文
構文は次の通りです。
private String requestId;
private String returnCode;
private String returnMessage;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
requested |
String | Optional | リクエスト ID
|
returnCode |
String | Required | リターンコード
|
returnMessage |
String | Required | リターンメッセージ
|