Class: Aws::ARCZonalShift::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCZonalShift::Types::ConflictException
- Defined in:
- gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb
Overview
The request could not be processed because of conflict in the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#reason ⇒ String
The reason for the conflict exception.
-
#zonal_shift_id ⇒ String
The zonal shift ID associated with the conflict exception.
Instance Attribute Details
#message ⇒ String
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 162 class ConflictException < Struct.new( :message, :reason, :zonal_shift_id) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the conflict exception.
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 162 class ConflictException < Struct.new( :message, :reason, :zonal_shift_id) SENSITIVE = [] include Aws::Structure end |
#zonal_shift_id ⇒ String
The zonal shift ID associated with the conflict exception.
162 163 164 165 166 167 168 |
# File 'gems/aws-sdk-arczonalshift/lib/aws-sdk-arczonalshift/types.rb', line 162 class ConflictException < Struct.new( :message, :reason, :zonal_shift_id) SENSITIVE = [] include Aws::Structure end |