class
Amazonite::CloudFormation::BatchDescribeTypeConfigurationsError
Overview
Detailed information concerning an error generated during the setting of configuration data for a CloudFormation extension.
Defined in:
cloudformation/batch_describe_type_configurations_error.crConstructors
- .from_xml(node : XML::Node) : self
- .new(error_code : String | Nil = nil, error_message : String | Nil = nil, type_configuration_identifier : TypeConfigurationIdentifier | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_code : String | Nil
The error code.
-
#error_code=(error_code : String | Nil)
The error code.
-
#error_message : String | Nil
The error message.
-
#error_message=(error_message : String | Nil)
The error message.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#type_configuration_identifier : TypeConfigurationIdentifier | Nil
Identifying information for the configuration of a CloudFormation extension.
-
#type_configuration_identifier=(type_configuration_identifier : TypeConfigurationIdentifier | Nil)
Identifying information for the configuration of a CloudFormation extension.
- #validate! : Nil
Constructor Detail
def self.new(error_code : String | Nil = nil, error_message : String | Nil = nil, type_configuration_identifier : TypeConfigurationIdentifier | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def type_configuration_identifier : TypeConfigurationIdentifier | Nil
#
Identifying information for the configuration of a CloudFormation extension.
def type_configuration_identifier=(type_configuration_identifier : TypeConfigurationIdentifier | Nil)
#
Identifying information for the configuration of a CloudFormation extension.