Class: Aws::Route53Domains::Types::DuplicateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::DuplicateRequest
- Defined in:
- gems/aws-sdk-route53domains/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.
978 979 980 981 982 983 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 978 class DuplicateRequest < Struct.new( :request_id, :message) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
ID of the request operation.
978 979 980 981 982 983 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 978 class DuplicateRequest < Struct.new( :request_id, :message) SENSITIVE = [] include Aws::Structure end |