Class: Aws::Types::DependencyFailureException
- Inherits:
-
Object
- Object
- Aws::Types::DependencyFailureException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#context ⇒ ::String
Returns the value of attribute context.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
577 578 579 |
# File 'sig/types.rbs', line 577 def code @code end |
#context ⇒ ::String
Returns the value of attribute context.
580 581 582 |
# File 'sig/types.rbs', line 580 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
578 579 580 |
# File 'sig/types.rbs', line 578 def @message end |
#type ⇒ ::String
Returns the value of attribute type.
579 580 581 |
# File 'sig/types.rbs', line 579 def type @type end |