Class: Aws::QBusiness::Types::AccessDeniedException

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

Overview

You don't have access to perform this action. Make sure you have the required permission policies and user accounts and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


103
104
105
106
107
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 103

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