Method: Aws::FMS::Types::EntryViolation#expected_entry

Defined in:
lib/aws-sdk-fms/types.rb

#expected_entryTypes::EntryDescription

The Firewall Manager-managed network ACL entry that is involved in the entry violation.



1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
# File 'lib/aws-sdk-fms/types.rb', line 1190

class EntryViolation < Struct.new(
  :expected_entry,
  :expected_evaluation_order,
  :actual_evaluation_order,
  :entry_at_expected_evaluation_order,
  :entries_with_conflicts,
  :entry_violation_reasons)
  SENSITIVE = []
  include Aws::Structure
end