Class: Aws::Types::FailedResource
- Inherits:
-
Object
- Object
- Aws::Types::FailedResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
62 63 64 |
# File 'sig/types.rbs', line 62 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
61 62 63 |
# File 'sig/types.rbs', line 61 def @error_message end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def resource_arn @resource_arn end |