Class: Aws::QuickSight::Types::QuickSightUserNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::QuickSightUserNotFoundException
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The user with the provided name isn't found. This error can happen in
any operation that requires finding a user based on a provided user
name, such as DeleteUser, DescribeUser, and so on.
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
30033 30034 30035 30036 30037 30038 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30033 class QuickSightUserNotFoundException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
30033 30034 30035 30036 30037 30038 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30033 class QuickSightUserNotFoundException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |