Class: Aws::BackupGateway::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

A description of why you have insufficient permissions.

Returns:

  • (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

#messageString

Returns:

  • (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