Class: Aws::QuickSight::Types::ConcurrentUpdatingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ConcurrentUpdatingException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
4991 4992 4993 4994 4995 4996 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4991 class ConcurrentUpdatingException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
4991 4992 4993 4994 4995 4996 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4991 class ConcurrentUpdatingException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |