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)


5301
5302
5303
5304
5305
5306
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5301

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)


5301
5302
5303
5304
5305
5306
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 5301

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