Class: Aws::MWAA::Types::AccessDeniedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::AccessDeniedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
Access to the Apache Airflow Web UI or CLI has been denied due to insufficient permissions. To learn more, see [Accessing an Amazon MWAA environment].
[1]: docs.aws.amazon.com/mwaa/latest/userguide/access-policies.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
26 27 28 29 30 |
# File 'lib/aws-sdk-mwaa/types.rb', line 26 class AccessDeniedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |