Class: Aws::QuickSight::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ConflictException
- Includes:
- Structure
- Defined in:
- 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
- #message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
4746 4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4746 class ConflictException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
4746 4747 4748 4749 4750 4751 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4746 class ConflictException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |