Class: Aws::Chime::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

You don't have permissions to perform the requested operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


23
24
25
26
27
28
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 23

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

#messageString

Returns:

  • (String)


23
24
25
26
27
28
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 23

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