Class: Aws::Types::UnprocessedStatistics
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def error_code @error_code end |
#message ⇒ ::String
Returns the value of attribute message.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def rule_name @rule_name end |