Class: Aws::QuickSight::Types::BatchDeleteKnowledgeBaseFailure

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

Overview

Information about a knowledge base that failed to be deleted in a batch operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for the deletion failure.

Returns:

  • (String)


3875
3876
3877
3878
3879
3880
3881
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3875

class BatchDeleteKnowledgeBaseFailure < Struct.new(
  :knowledge_base_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message for the deletion failure.

Returns:

  • (String)


3875
3876
3877
3878
3879
3880
3881
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3875

class BatchDeleteKnowledgeBaseFailure < Struct.new(
  :knowledge_base_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base that failed to be deleted.

Returns:

  • (String)


3875
3876
3877
3878
3879
3880
3881
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3875

class BatchDeleteKnowledgeBaseFailure < Struct.new(
  :knowledge_base_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end