Class: Aws::QuickSight::Types::ConcurrentUpdatingException

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

Overview

A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4136
4137
4138
4139
4140
4141
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4136

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

#request_idString

Returns:

  • (String)


4136
4137
4138
4139
4140
4141
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4136

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