Class: Aws::EBS::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ebs/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)


24
25
26
27
28
29
# File 'lib/aws-sdk-ebs/types.rb', line 24

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

#reasonString

The reason for the exception.

Returns:

  • (String)


24
25
26
27
28
29
# File 'lib/aws-sdk-ebs/types.rb', line 24

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