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 Quick Suite admin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


18456
18457
18458
18459
18460
18461
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18456

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)


18456
18457
18458
18459
18460
18461
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18456

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