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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

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)


4374
4375
4376
4377
4378
4379
4380
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4374

class ValidationMessage < Struct.new(
  :message,
  :severity,
  :namespace,
  :option_name)
  include Aws::Structure
end

#namespaceString

The namespace to which the option belongs.

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4374

class ValidationMessage < Struct.new(
  :message,
  :severity,
  :namespace,
  :option_name)
  include Aws::Structure
end

#option_nameString

The name of the option.

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4374

class ValidationMessage < Struct.new(
  :message,
  :severity,
  :namespace,
  :option_name)
  include Aws::Structure
end

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

Returns:

  • (String)


4374
4375
4376
4377
4378
4379
4380
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4374

class ValidationMessage < Struct.new(
  :message,
  :severity,
  :namespace,
  :option_name)
  include Aws::Structure
end