Class: Aws::QuickSight::Types::IdentityTypeNotSupportedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The identity type specified isn’t supported. Supported identity types include ‘IAM` and `QUICKSIGHT`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


16948
16949
16950
16951
16952
16953
# File 'lib/aws-sdk-quicksight/types.rb', line 16948

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


16948
16949
16950
16951
16952
16953
# File 'lib/aws-sdk-quicksight/types.rb', line 16948

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