Class: Aws::CodeArtifact::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
The operation did not succeed because of an unauthorized access attempt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
21 22 23 24 25 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 21 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |