Class: Aws::Types::DnsRuleGroupLimitExceededViolation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#number_of_rule_groups_already_associated::Integer

Returns the value of attribute number_of_rule_groups_already_associated.

Returns:

  • (::Integer)


209
210
211
# File 'sig/types.rbs', line 209

def number_of_rule_groups_already_associated
  @number_of_rule_groups_already_associated
end

#violation_target::String

Returns the value of attribute violation_target.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def violation_target
  @violation_target
end

#violation_target_description::String

Returns the value of attribute violation_target_description.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def violation_target_description
  @violation_target_description
end