Class: Aws::CloudFormation::Types::BatchDescribeTypeConfigurationsError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


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_messageString

The error message.

Returns:

  • (String)


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_identifierTypes::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