Class: Aws::Uxc::Types::AccessDeniedException

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

Overview

You don't have sufficient access to perform this operation. Verify that your IAM policy includes the required uxc: permissions for the operation that you are calling. For more information on IAM permissions, see Amazon Web Services managed policies for Amazon Web Services Management Console.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


28
29
30
31
32
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 28

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