Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data SchemaVersionErrorItem Source #
An object that contains the error details for an operation on a schema version.
See: newSchemaVersionErrorItem
smart constructor.
SchemaVersionErrorItem' | |
|
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:versionNumber:SchemaVersionErrorItem'
, schemaVersionErrorItem_versionNumber
- The version number of the schema.
$sel:errorDetails:SchemaVersionErrorItem'
, schemaVersionErrorItem_errorDetails
- The details of the error for the schema version.
schemaVersionErrorItem_versionNumber :: Lens' SchemaVersionErrorItem (Maybe Natural) Source #
The version number of the schema.
schemaVersionErrorItem_errorDetails :: Lens' SchemaVersionErrorItem (Maybe ErrorDetails) Source #
The details of the error for the schema version.