Class: Aws::IVSRealTime::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

User does not have sufficient access to perform this action.

Returns:

  • (String)


19
20
21
22
23
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 19

class AccessDeniedException < Struct.new(
  :exception_message)
  SENSITIVE = []
  include Aws::Structure
end