Class: Aws::Deadline::Types::AccessDeniedException

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

Overview

You don't have permission to perform the action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextHash<String,String>

Information about the resources in use when the exception was thrown.

Returns:

  • (Hash<String,String>)


65
66
67
68
69
70
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 65

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

#messageString

Returns:

  • (String)


65
66
67
68
69
70
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 65

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