Class: Aws::Types::BatchStartViewerSessionRevocationError
- Inherits:
-
Object
- Object
- Aws::Types::BatchStartViewerSessionRevocationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#viewer_id ⇒ ::String
Returns the value of attribute viewer_id.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
95 96 97 |
# File 'sig/types.rbs', line 95 def channel_arn @channel_arn end |
#code ⇒ ::String
Returns the value of attribute code.
97 98 99 |
# File 'sig/types.rbs', line 97 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
98 99 100 |
# File 'sig/types.rbs', line 98 def @message end |
#viewer_id ⇒ ::String
Returns the value of attribute viewer_id.
96 97 98 |
# File 'sig/types.rbs', line 96 def viewer_id @viewer_id end |