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
7918 7919 7920 7921 7922 7923 7924 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7918 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.
7918 7919 7920 7921 7922 7923 7924 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7918 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.
7918 7919 7920 7921 7922 7923 7924 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7918 class PreconditionFailedException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |