Class: Aws::ServiceDiscovery::Types::DuplicateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceDiscovery::Types::DuplicateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicediscovery/types.rb
Overview
The operation is already in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#duplicate_operation_id ⇒ String
The ID of the operation that’s already in progress.
- #message ⇒ String
Instance Attribute Details
#duplicate_operation_id ⇒ String
The ID of the operation that’s already in progress.
829 830 831 832 833 834 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 829 class DuplicateRequest < Struct.new( :message, :duplicate_operation_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
829 830 831 832 833 834 |
# File 'lib/aws-sdk-servicediscovery/types.rb', line 829 class DuplicateRequest < Struct.new( :message, :duplicate_operation_id) SENSITIVE = [] include Aws::Structure end |