Class: Aws::MWAA::Types::AccessDeniedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mwaa/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


26
27
28
29
30
# File 'gems/aws-sdk-mwaa/lib/aws-sdk-mwaa/types.rb', line 26

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