Class: Aws::Types::ShareError
- Inherits:
-
Object
- Object
- Aws::Types::ShareError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def accounts @accounts end |
#error ⇒ ::String
Returns the value of attribute error.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def error @error end |
#message ⇒ ::String
Returns the value of attribute message.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def end |