Class: Aws::Types::LastReportGenerationExecutionError
- Inherits:
-
Object
- Object
- Aws::Types::LastReportGenerationExecutionError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "RESOURCE_NOT_FOUND", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#error_code ⇒ "RESOURCE_NOT_FOUND", ...
Returns the value of attribute error_code.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def end |