You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>An entry that appears when a <code>KeyRegistration</code> update to Amazon QuickSight fails.</p>
9246
-
* @public
9247
-
*/
9248
-
exportinterfaceFailedKeyRegistrationEntry{
9249
-
/**
9250
-
* <p>The ARN of the KMS key that failed to update.</p>
9251
-
* @public
9252
-
*/
9253
-
KeyArn?: string;
9254
-
9255
-
/**
9256
-
* <p>A message that provides information about why a <code>FailedKeyRegistrationEntry</code> error occurred.</p>
9257
-
* @public
9258
-
*/
9259
-
Message: string|undefined;
9260
-
9261
-
/**
9262
-
* <p>The HTTP status of a <code>FailedKeyRegistrationEntry</code> error.</p>
9263
-
* @public
9264
-
*/
9265
-
StatusCode: number|undefined;
9266
-
9267
-
/**
9268
-
* <p>A boolean that indicates whether a <code>FailedKeyRegistrationEntry</code> resulted from user error. If the value of this property is <code>True</code>, the error was caused by user error. If the value of this property is <code>False</code>, the error occurred on the backend. If your job continues fail and with a <code>False</code>
9269
-
* <code>SenderFault</code> value, contact Amazon Web Services Support.</p>
* <p>An entry that appears when a <code>KeyRegistration</code> update to Amazon QuickSight fails.</p>
103
+
* @public
104
+
*/
105
+
exportinterfaceFailedKeyRegistrationEntry{
106
+
/**
107
+
* <p>The ARN of the KMS key that failed to update.</p>
108
+
* @public
109
+
*/
110
+
KeyArn?: string;
111
+
112
+
/**
113
+
* <p>A message that provides information about why a <code>FailedKeyRegistrationEntry</code> error occurred.</p>
114
+
* @public
115
+
*/
116
+
Message: string|undefined;
117
+
118
+
/**
119
+
* <p>The HTTP status of a <code>FailedKeyRegistrationEntry</code> error.</p>
120
+
* @public
121
+
*/
122
+
StatusCode: number|undefined;
123
+
124
+
/**
125
+
* <p>A boolean that indicates whether a <code>FailedKeyRegistrationEntry</code> resulted from user error. If the value of this property is <code>True</code>, the error was caused by user error. If the value of this property is <code>False</code>, the error occurred on the backend. If your job continues fail and with a <code>False</code>
126
+
* <code>SenderFault</code> value, contact Amazon Web Services Support.</p>
"smithy.api#documentation": "<p>The configuration of custom values for the destination parameter in <code>DestinationParameterValueConfiguration</code>.</p>"
0 commit comments