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

Class: Aws::ElasticBeanstalk::Types::ValidationMessage

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

Overview

An error or warning for a desired configuration option value.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the error or warning.

Returns:

  • (String)

    A message describing the error or warning.

#namespaceString

The namespace to which the option belongs.

Returns:

  • (String)

    The namespace to which the option belongs.

#option_nameString

The name of the option.

Returns:

  • (String)

    The name of the option.

#severityString

An indication of the severity of this message:

  • error: This message indicates that this is not a valid setting for an option.

  • warning: This message is providing information you should take into account.

    Possible values:

    • error
    • warning

Returns:

  • (String)

    An indication of the severity of this message:.