| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.SchemaVersionErrorItem
Description
Documentation
data SchemaVersionErrorItem Source #
An object that contains the error details for an operation on a schema version.
See: newSchemaVersionErrorItem smart constructor.
Constructors
| SchemaVersionErrorItem' | |
Fields
| |
Instances
newSchemaVersionErrorItem :: SchemaVersionErrorItem Source #
Create a value of SchemaVersionErrorItem with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:errorDetails:SchemaVersionErrorItem', schemaVersionErrorItem_errorDetails - The details of the error for the schema version.
$sel:versionNumber:SchemaVersionErrorItem', schemaVersionErrorItem_versionNumber - The version number of the schema.
schemaVersionErrorItem_errorDetails :: Lens' SchemaVersionErrorItem (Maybe ErrorDetails) Source #
The details of the error for the schema version.
schemaVersionErrorItem_versionNumber :: Lens' SchemaVersionErrorItem (Maybe Natural) Source #
The version number of the schema.