Class: Aws::IoTSiteWise::Types::PreconditionFailedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

The precondition in one or more of the request-header fields evaluated to ‘FALSE`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7383
7384
7385
7386
7387
7388
7389
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7383

class PreconditionFailedException < Struct.new(
  :message,
  :resource_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource on which precondition failed with this operation.

Returns:

  • (String)


7383
7384
7385
7386
7387
7388
7389
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7383

class PreconditionFailedException < Struct.new(
  :message,
  :resource_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource on which precondition failed with this operation.

Returns:

  • (String)


7383
7384
7385
7386
7387
7388
7389
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7383

class PreconditionFailedException < Struct.new(
  :message,
  :resource_id,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end