Class: Aws::Types::UnsupportedFeatureException
- Inherits:
-
Object
- Object
- Aws::Types::UnsupportedFeatureException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#can_retry ⇒ Boolean
Returns the value of attribute can_retry.
752 753 754 |
# File 'sig/types.rbs', line 752 def can_retry @can_retry end |
#message ⇒ ::String
Returns the value of attribute message.
751 752 753 |
# File 'sig/types.rbs', line 751 def @message end |