Class: Aws::IdentityStore::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- 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
- #message ⇒ String
-
#reason ⇒ String
Indicates the reason for an access denial when returned by KMS while accessing a Customer Managed KMS key.
-
#request_id ⇒ String
The identifier for each request.
Instance Attribute Details
#message ⇒ String
33 34 35 36 37 38 39 |
# File 'lib/aws-sdk-identitystore/types.rb', line 33 class AccessDeniedException < Struct.new( :message, :request_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Indicates the reason for an access denial when returned by KMS while accessing a Customer Managed KMS key. For non-KMS access-denied errors, this field is not included.
33 34 35 36 37 38 39 |
# File 'lib/aws-sdk-identitystore/types.rb', line 33 class AccessDeniedException < Struct.new( :message, :request_id, :reason) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
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.
33 34 35 36 37 38 39 |
# File 'lib/aws-sdk-identitystore/types.rb', line 33 class AccessDeniedException < Struct.new( :message, :request_id, :reason) SENSITIVE = [] include Aws::Structure end |