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.
673 674 675 |
# File 'sig/types.rbs', line 673 def event_type @event_type end |
#message ⇒ ::String
Returns the value of attribute message.
671 672 673 |
# File 'sig/types.rbs', line 671 def @message end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
672 673 674 |
# File 'sig/types.rbs', line 672 def resource_name @resource_name end |