Class: Aws::Route53Domains::Types::DuplicateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DuplicateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The request is already in progress for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The request is already in progress for the domain.
-
#request_id ⇒ String
ID of the request operation.
Instance Attribute Details
#message ⇒ String
The request is already in progress for the domain.
977 978 979 980 981 982 |
# File 'lib/aws-sdk-route53domains/types.rb', line 977 class DuplicateRequest < Struct.new( :request_id, :message) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
ID of the request operation.
977 978 979 980 981 982 |
# File 'lib/aws-sdk-route53domains/types.rb', line 977 class DuplicateRequest < Struct.new( :request_id, :message) SENSITIVE = [] include Aws::Structure end |