Class: Aws::QuickSight::Types::BatchDescribeUserLimitsError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Information about a user whose limits could not be described in a batch operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for the failure.

Returns:

  • (String)


4329
4330
4331
4332
4333
4334
4335
4336
4337
# File 'lib/aws-sdk-quicksight/types.rb', line 4329

class BatchDescribeUserLimitsError < Struct.new(
  :user_name,
  :namespace,
  :user_arn,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message for the failure.

Returns:

  • (String)


4329
4330
4331
4332
4333
4334
4335
4336
4337
# File 'lib/aws-sdk-quicksight/types.rb', line 4329

class BatchDescribeUserLimitsError < Struct.new(
  :user_name,
  :namespace,
  :user_arn,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the user that failed.

Returns:

  • (String)


4329
4330
4331
4332
4333
4334
4335
4336
4337
# File 'lib/aws-sdk-quicksight/types.rb', line 4329

class BatchDescribeUserLimitsError < Struct.new(
  :user_name,
  :namespace,
  :user_arn,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#user_arnString

The ARN of the user that failed.

Returns:

  • (String)


4329
4330
4331
4332
4333
4334
4335
4336
4337
# File 'lib/aws-sdk-quicksight/types.rb', line 4329

class BatchDescribeUserLimitsError < Struct.new(
  :user_name,
  :namespace,
  :user_arn,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#user_nameString

The name of the user that failed.

Returns:

  • (String)


4329
4330
4331
4332
4333
4334
4335
4336
4337
# File 'lib/aws-sdk-quicksight/types.rb', line 4329

class BatchDescribeUserLimitsError < Struct.new(
  :user_name,
  :namespace,
  :user_arn,
  :error_code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end