Class: Aws::IoTJobsDataPlane::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Overview
A conflict has occurred when performing the API request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
A conflict occurred while performing the API request on the resource ID.
Instance Attribute Details
#message ⇒ String
81 82 83 84 85 86 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 81 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
A conflict occurred while performing the API request on the resource ID.
81 82 83 84 85 86 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 81 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |