Class: Aws::Keyspaces::Types::AccessDeniedException

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

Overview

You don't have sufficient access permissions to perform this action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

You don't have the required permissions to perform this operation. Verify your IAM permissions and try again.

Returns:

  • (String)


22
23
24
25
26
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 22

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