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 |
Synopsis
- data BatchDescribeTypeConfigurationsError = BatchDescribeTypeConfigurationsError' {}
- newBatchDescribeTypeConfigurationsError :: BatchDescribeTypeConfigurationsError
- batchDescribeTypeConfigurationsError_errorCode :: Lens' BatchDescribeTypeConfigurationsError (Maybe Text)
- batchDescribeTypeConfigurationsError_errorMessage :: Lens' BatchDescribeTypeConfigurationsError (Maybe Text)
- batchDescribeTypeConfigurationsError_typeConfigurationIdentifier :: Lens' BatchDescribeTypeConfigurationsError (Maybe TypeConfigurationIdentifier)
Documentation
data BatchDescribeTypeConfigurationsError Source #
Detailed information concerning an error generated during the setting of configuration data for a CloudFormation extension.
See: newBatchDescribeTypeConfigurationsError
smart constructor.
BatchDescribeTypeConfigurationsError' | |
|
Instances
newBatchDescribeTypeConfigurationsError :: BatchDescribeTypeConfigurationsError Source #
Create a value of BatchDescribeTypeConfigurationsError
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:errorCode:BatchDescribeTypeConfigurationsError'
, batchDescribeTypeConfigurationsError_errorCode
- The error code.
$sel:errorMessage:BatchDescribeTypeConfigurationsError'
, batchDescribeTypeConfigurationsError_errorMessage
- The error message.
$sel:typeConfigurationIdentifier:BatchDescribeTypeConfigurationsError'
, batchDescribeTypeConfigurationsError_typeConfigurationIdentifier
- Undocumented member.
batchDescribeTypeConfigurationsError_errorCode :: Lens' BatchDescribeTypeConfigurationsError (Maybe Text) Source #
The error code.
batchDescribeTypeConfigurationsError_errorMessage :: Lens' BatchDescribeTypeConfigurationsError (Maybe Text) Source #
The error message.