Class: Aws::Types::ErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::ErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "FAILURE_TO_ASSUME_ROLE", ...
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
5332 5333 5334 |
# File 'sig/types.rbs', line 5332 def @message end |
#type ⇒ "FAILURE_TO_ASSUME_ROLE", ...
Returns the value of attribute type.
5331 5332 5333 |
# File 'sig/types.rbs', line 5331 def type @type end |