Class: Aws::Deadline::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
You don’t have permission to perform the action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
- #message ⇒ String
Instance Attribute Details
#context ⇒ Hash<String,String>
Information about the resources in use when the exception was thrown.
114 115 116 117 118 119 |
# File 'lib/aws-sdk-deadline/types.rb', line 114 class AccessDeniedException < Struct.new( :message, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
114 115 116 117 118 119 |
# File 'lib/aws-sdk-deadline/types.rb', line 114 class AccessDeniedException < Struct.new( :message, :context) SENSITIVE = [] include Aws::Structure end |