Class: Aws::QuickSight::Types::BatchDescribeUserLimitsError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BatchDescribeUserLimitsError
- 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
-
#error_code ⇒ String
The error code for the failure.
-
#message ⇒ String
The error message for the failure.
-
#namespace ⇒ String
The namespace of the user that failed.
-
#user_arn ⇒ String
The ARN of the user that failed.
-
#user_name ⇒ String
The name of the user that failed.
Instance Attribute Details
#error_code ⇒ String
The error code for the failure.
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 |
#message ⇒ String
The error message for the failure.
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 |
#namespace ⇒ String
The namespace of the user that failed.
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_arn ⇒ String
The ARN of the user that failed.
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_name ⇒ String
The name of the user that failed.
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 |