Class: Aws::NimbleStudio::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
You are not authorized to perform this operation. Check your IAM policies, and ensure that you are using the correct access keys.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A more specific error code.
-
#context ⇒ Hash<String,String>
The exception context.
-
#message ⇒ String
A human-readable description of the error.
Instance Attribute Details
#code ⇒ String
A more specific error code.
70 71 72 73 74 75 76 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 70 class AccessDeniedException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#context ⇒ Hash<String,String>
The exception context.
70 71 72 73 74 75 76 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 70 class AccessDeniedException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error.
70 71 72 73 74 75 76 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 70 class AccessDeniedException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |