Class: Aws::Types::BatchCreateChannelMembershipError
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateChannelMembershipError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "BadRequest", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
Instance Attribute Details
#error_code ⇒ "BadRequest", ...
Returns the value of attribute error_code.
42 43 44 |
# File 'sig/types.rbs', line 42 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
43 44 45 |
# File 'sig/types.rbs', line 43 def @error_message end |
#member_arn ⇒ ::String
Returns the value of attribute member_arn.
41 42 43 |
# File 'sig/types.rbs', line 41 def member_arn @member_arn end |