Class: Aws::IoTSiteWise::Types::PreconditionFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PreconditionFailedException
- 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
- #message ⇒ String
-
#resource_arn ⇒ String
The ARN of the resource on which precondition failed with this operation.
-
#resource_id ⇒ String
The ID of the resource on which precondition failed with this operation.
Instance Attribute Details
#message ⇒ 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_arn ⇒ String
The ARN of the resource on which precondition failed with this operation.
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_id ⇒ String
The ID of the resource on which precondition failed with this operation.
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 |