Class: Aws::IVS::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivs/lib/aws-sdk-ivs/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 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 19

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