Class: Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Detailed information concerning an error generated during the setting of configuration data for a CloudFormation extension.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
-
#type_configuration_identifier ⇒ Types::TypeConfigurationIdentifier
Identifying information for the configuration of a CloudFormation extension.
Instance Attribute Details
#error_code ⇒ String
The error code.
286 287 288 289 290 291 292 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 286 class BatchDescribeTypeConfigurationsError < Struct.new( :error_code, :error_message, :type_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
286 287 288 289 290 291 292 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 286 class BatchDescribeTypeConfigurationsError < Struct.new( :error_code, :error_message, :type_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#type_configuration_identifier ⇒ Types::TypeConfigurationIdentifier
Identifying information for the configuration of a CloudFormation extension.
286 287 288 289 290 291 292 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 286 class BatchDescribeTypeConfigurationsError < Struct.new( :error_code, :error_message, :type_configuration_identifier) SENSITIVE = [] include Aws::Structure end |