Class: Aws::Types::FailedEntity
- Inherits:
-
Object
- Object
- Aws::Types::FailedEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#entity_id ⇒ ::String
Returns the value of attribute entity_id.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def entity_id @entity_id end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def @error_message end |