Class: Aws::QuickSight::Types::DomainNotWhitelistedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DomainNotWhitelistedException
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The domain specified isn't on the allow list. All domains for embedded dashboards must be added to the approved list by an Amazon QuickSight admin.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
12868 12869 12870 12871 12872 12873 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12868 class DomainNotWhitelistedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
12868 12869 12870 12871 12872 12873 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12868 class DomainNotWhitelistedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |