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)


17059
17060
17061
17062
17063
17064
# File 'lib/aws-sdk-quicksight/types.rb', line 17059

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)


17059
17060
17061
17062
17063
17064
# File 'lib/aws-sdk-quicksight/types.rb', line 17059

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