Class: Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsError
- Defined in:
- gems/aws-sdk-cloudformation/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.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 285 class BatchDescribeTypeConfigurationsError < Struct.new( :error_code, :error_message, :type_configuration_identifier) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 285 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.
285 286 287 288 289 290 291 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 285 class BatchDescribeTypeConfigurationsError < Struct.new( :error_code, :error_message, :type_configuration_identifier) SENSITIVE = [] include Aws::Structure end |