Class: Aws::WAF::Types::WAFDisallowedNameException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb

Overview

The name specified is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5823
5824
5825
5826
5827
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 5823

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