Class: Aws::QuickSight::Types::PreconditionNotMetException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::PreconditionNotMetException
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
One or more preconditions aren't met.
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
26354 26355 26356 26357 26358 26359 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26354 class PreconditionNotMetException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
26354 26355 26356 26357 26358 26359 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26354 class PreconditionNotMetException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |