Class: Aws::ElasticBeanstalk::Types::ConfigurationSettingsValidationMessages

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

Overview

Provides a list of validation messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messagesArray<Types::ValidationMessage>

A list of ValidationMessage.

Returns:



916
917
918
919
920
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 916

class ConfigurationSettingsValidationMessages < Struct.new(
  :messages)
  SENSITIVE = []
  include Aws::Structure
end