Class: Aws::QuickSight::Types::DomainNotWhitelistedException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


12938
12939
12940
12941
12942
12943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12938

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


12938
12939
12940
12941
12942
12943
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12938

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