Class: Aws::Route53::Types::DelegationSetAlreadyCreated

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1929
1930
1931
1932
1933
# File 'lib/aws-sdk-route53/types.rb', line 1929

class DelegationSetAlreadyCreated < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end