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
Copy file name to clipboardExpand all lines: alsdkdefs/apis/assets_query/responses.yaml
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,25 @@ RequestEntityTooLarge:
12
12
limit, which is 1MB.
13
13
UnavailableError:
14
14
description: '`Unavailable`. The specified account is unavailable at the moment.'
15
+
RemediationsUnavailableError:
16
+
description: '`Unavailable`. Remediations API for the specified account is unavailable.'
17
+
content:
18
+
application/json:
19
+
schema:
20
+
type: object
21
+
properties:
22
+
error_type:
23
+
type: string
24
+
message:
25
+
type: string
26
+
required:
27
+
- error_type
28
+
- message
29
+
examples:
30
+
example:
31
+
value:
32
+
error_type: error
33
+
message: Disposals temporarily unavailable
15
34
InvalidValueError:
16
35
description: '`400 Bad Request`: Returned when an invalid value is provided for a known parameter. The parameter and value are specified in the response.'
0 commit comments