Class: Aws::QuickSight::Types::IdentityTypeNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::IdentityTypeNotSupportedException
- 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
- #message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
18607 18608 18609 18610 18611 18612 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18607 class IdentityTypeNotSupportedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
18607 18608 18609 18610 18611 18612 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18607 class IdentityTypeNotSupportedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |