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
26590 26591 26592 26593 26594 26595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26590 class IdentityTypeNotSupportedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
26590 26591 26592 26593 26594 26595 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26590 class IdentityTypeNotSupportedException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |