Class: Aws::Types::ReportResult
- Inherits:
-
Object
- Object
- Aws::Types::ReportResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_detail ⇒ ::String
Returns the value of attribute error_detail.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
810 811 812 |
# File 'sig/types.rbs', line 810 def error_code @error_code end |
#error_detail ⇒ ::String
Returns the value of attribute error_detail.
811 812 813 |
# File 'sig/types.rbs', line 811 def error_detail @error_detail end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
809 810 811 |
# File 'sig/types.rbs', line 809 def status @status end |