Class: Aws::WorkDocs::Types::UnauthorizedResourceAccessException

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

Overview

The caller does not have access to perform the action on the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2809
2810
2811
2812
2813
# File 'gems/aws-sdk-workdocs/lib/aws-sdk-workdocs/types.rb', line 2809

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