Class: Aws::BackupGateway::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::AccessDeniedException
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
The operation cannot proceed because you have insufficient permissions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
A description of why you have insufficient permissions.
-
#message ⇒ String
Instance Attribute Details
#error_code ⇒ String
A description of why you have insufficient permissions.
25 26 27 28 29 30 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 25 class AccessDeniedException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
25 26 27 28 29 30 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 25 class AccessDeniedException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |