Class: Aws::Types::BatchStartViewerSessionRevocationError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def channel_arn
  @channel_arn
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def message
  @message
end

#viewer_id::String

Returns the value of attribute viewer_id.

Returns:

  • (::String)


96
97
98
# File 'sig/types.rbs', line 96

def viewer_id
  @viewer_id
end