ErrorInfo
This is an error field object that contains the error code and the reason for an operation failure.
Contents
- Code
-
The error code for an invalid or failed operation.
Type: String
Length Constraints: Maximum length of 64.
Pattern:
^(?!\s*$).+
Required: No
- Reason
-
The failure reason for the operation.
Type: String
Length Constraints: Maximum length of 256.
Pattern:
^(?!\s*$).+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: