Class: Aws::QuickSight::Types::QuickSightUserNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


22509
22510
22511
22512
22513
22514
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22509

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


22509
22510
22511
22512
22513
22514
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 22509

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