Class: Aws::QuickSight::Types::PreconditionNotMetException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


29000
29001
29002
29003
29004
29005
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29000

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

#request_idString

The Amazon Web Services request ID for this request.

Returns:

  • (String)


29000
29001
29002
29003
29004
29005
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29000

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