You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MQ::Types::SanitizationWarning

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns information about the XML element or attribute that was sanitized in the configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The name of the XML attribute that has been sanitized.

Returns:

  • (String)

    The name of the XML attribute that has been sanitized.

#element_nameString

The name of the XML element that has been sanitized.

Returns:

  • (String)

    The name of the XML element that has been sanitized.

#reasonString

Required. The reason for which the XML elements or attributes were sanitized.

Possible values:

  • DISALLOWED_ELEMENT_REMOVED
  • DISALLOWED_ATTRIBUTE_REMOVED
  • INVALID_ATTRIBUTE_VALUE_REMOVED

Returns:

  • (String)

    Required.