Class: Aws::Types::EntryViolation
- Inherits:
-
Object
- Object
- Aws::Types::EntryViolation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_evaluation_order ⇒ ::String
Returns the value of attribute actual_evaluation_order.
-
#entries_with_conflicts ⇒ ::Array[Types::EntryDescription]
Returns the value of attribute entries_with_conflicts.
-
#entry_at_expected_evaluation_order ⇒ Types::EntryDescription
Returns the value of attribute entry_at_expected_evaluation_order.
-
#entry_violation_reasons ⇒ ::Array[("MISSING_EXPECTED_ENTRY" | "INCORRECT_ENTRY_ORDER" | "ENTRY_CONFLICT")]
Returns the value of attribute entry_violation_reasons.
-
#expected_entry ⇒ Types::EntryDescription
Returns the value of attribute expected_entry.
-
#expected_evaluation_order ⇒ ::String
Returns the value of attribute expected_evaluation_order.
Instance Attribute Details
#actual_evaluation_order ⇒ ::String
Returns the value of attribute actual_evaluation_order.
290 291 292 |
# File 'sig/types.rbs', line 290 def actual_evaluation_order @actual_evaluation_order end |
#entries_with_conflicts ⇒ ::Array[Types::EntryDescription]
Returns the value of attribute entries_with_conflicts.
292 293 294 |
# File 'sig/types.rbs', line 292 def entries_with_conflicts @entries_with_conflicts end |
#entry_at_expected_evaluation_order ⇒ Types::EntryDescription
Returns the value of attribute entry_at_expected_evaluation_order.
291 292 293 |
# File 'sig/types.rbs', line 291 def entry_at_expected_evaluation_order @entry_at_expected_evaluation_order end |
#entry_violation_reasons ⇒ ::Array[("MISSING_EXPECTED_ENTRY" | "INCORRECT_ENTRY_ORDER" | "ENTRY_CONFLICT")]
Returns the value of attribute entry_violation_reasons.
293 294 295 |
# File 'sig/types.rbs', line 293 def entry_violation_reasons @entry_violation_reasons end |
#expected_entry ⇒ Types::EntryDescription
Returns the value of attribute expected_entry.
288 289 290 |
# File 'sig/types.rbs', line 288 def expected_entry @expected_entry end |
#expected_evaluation_order ⇒ ::String
Returns the value of attribute expected_evaluation_order.
289 290 291 |
# File 'sig/types.rbs', line 289 def expected_evaluation_order @expected_evaluation_order end |