Method: Aws::Redshift::Types::EventInfoMap#severity
- Defined in:
- lib/aws-sdk-redshift/types.rb
#severity ⇒ String
The severity of the event.
Values: ERROR, INFO
6699 6700 6701 6702 6703 6704 6705 6706 |
# File 'lib/aws-sdk-redshift/types.rb', line 6699 class EventInfoMap < Struct.new( :event_id, :event_categories, :event_description, :severity) SENSITIVE = [] include Aws::Structure end |