Class: Aws::Types::DependencyFailedException
- Inherits:
-
Object
- Object
- Aws::Types::DependencyFailedException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
591 592 593 |
# File 'sig/types.rbs', line 591 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
589 590 591 |
# File 'sig/types.rbs', line 589 def @message end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
590 591 592 |
# File 'sig/types.rbs', line 590 def resource_name @resource_name end |