CodeErrorLocation
Describes the location of the error in a code sample.
Contents
- column
-
The column number in the code. Defaults to
0
if unknown.Type: Integer
Required: No
- line
-
The line number in the code. Defaults to
0
if unknown.Type: Integer
Required: No
- span
-
The span/length of the error. Defaults to
-1
if unknown.Type: Integer
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: