Class: Aws::Types::CreateAttendeeError
- Inherits:
-
Object
- Object
- Aws::Types::CreateAttendeeError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#external_user_id ⇒ ::String
Returns the value of attribute external_user_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
81 82 83 |
# File 'sig/types.rbs', line 81 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
82 83 84 |
# File 'sig/types.rbs', line 82 def end |
#external_user_id ⇒ ::String
Returns the value of attribute external_user_id.
80 81 82 |
# File 'sig/types.rbs', line 80 def external_user_id @external_user_id end |