Class: Aws::IdentityStore::Types::AccessDeniedException

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

Overview

You do not have sufficient access to perform this action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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

#request_idString

The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.

Returns:

  • (String)


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

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