libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Description

 
Synopsis

Documentation

data BatchDescribeTypeConfigurationsError Source #

Detailed information concerning an error generated during the setting of configuration data for a CloudFormation extension.

See: newBatchDescribeTypeConfigurationsError smart constructor.

Instances

Instances details
Eq BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Read BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Show BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Generic BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

NFData BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

Hashable BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

FromXML BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

type Rep BatchDescribeTypeConfigurationsError Source # 
Instance details

Defined in Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError

type Rep BatchDescribeTypeConfigurationsError = D1 ('MetaData "BatchDescribeTypeConfigurationsError" "Amazonka.CloudFormation.Types.BatchDescribeTypeConfigurationsError" "libZSservicesZSamazonka-cloudformationZSamazonka-cloudformation" 'False) (C1 ('MetaCons "BatchDescribeTypeConfigurationsError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "typeConfigurationIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TypeConfigurationIdentifier)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))