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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the error or warning.

Returns:

  • (String)


4585
4586
4587
4588
4589
4590
4591
4592
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4585

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

#namespaceString

The namespace to which the option belongs.

Returns:

  • (String)


4585
4586
4587
4588
4589
4590
4591
4592
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4585

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

#option_nameString

The name of the option.

Returns:

  • (String)


4585
4586
4587
4588
4589
4590
4591
4592
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4585

class ValidationMessage < Struct.new(
  :message,
  :severity,
  :namespace,
  :option_name)
  SENSITIVE = []
  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)


4585
4586
4587
4588
4589
4590
4591
4592
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 4585

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