Class: Aws::Route53::Types::DelegationSetAlreadyCreated
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::DelegationSetAlreadyCreated
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A delegation set with the same owner and caller reference combination has already been created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1927 1928 1929 1930 1931 |
# File 'lib/aws-sdk-route53/types.rb', line 1927 class DelegationSetAlreadyCreated < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |