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.cr

Constructors

Instance Method Summary

Constructor Detail

def self.from_xml(node : XML::Node) : self #

[View source]
def self.new(error_code : String | Nil = nil, error_message : String | Nil = nil, type_configuration_identifier : TypeConfigurationIdentifier | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def error_code : String | Nil #

The error code.


[View source]
def error_code=(error_code : String | Nil) #

The error code.


[View source]
def error_message : String | Nil #

The error message.


[View source]
def error_message=(error_message : String | Nil) #

The error message.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def to_query_params(prefix : String) : Array(Tuple(String, String)) #

[View source]
def type_configuration_identifier : TypeConfigurationIdentifier | Nil #

Identifying information for the configuration of a CloudFormation extension.


[View source]
def type_configuration_identifier=(type_configuration_identifier : TypeConfigurationIdentifier | Nil) #

Identifying information for the configuration of a CloudFormation extension.


[View source]
def validate! : Nil #

[View source]