Class: Aws::IoTSiteWise::Types::PreconditionFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PreconditionFailedException
- Defined in:
- gems/aws-sdk-iotsitewise/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
12691 12692 12693 12694 12695 12696 12697 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12691 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.
12691 12692 12693 12694 12695 12696 12697 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12691 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.
12691 12692 12693 12694 12695 12696 12697 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 12691 class PreconditionFailedException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |