Class: Aws::QuickSight::Types::ConflictException

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

Overview

Updating or deleting a resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4314
4315
4316
4317
4318
4319
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4314

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


4314
4315
4316
4317
4318
4319
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4314

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