Class: Aws::Types::EntityNotExistsException
- Inherits:
-
Object
- Object
- Aws::Types::EntityNotExistsException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_ids ⇒ ::Array[::String]
Returns the value of attribute entity_ids.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#entity_ids ⇒ ::Array[::String]
Returns the value of attribute entity_ids.
451 452 453 |
# File 'sig/types.rbs', line 451 def entity_ids @entity_ids end |
#message ⇒ ::String
Returns the value of attribute message.
450 451 452 |
# File 'sig/types.rbs', line 450 def @message end |