Class: Aws::WAFRegional::Types::WAFNonexistentItemException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFNonexistentItemException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
The operation failed because the referenced object doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6223 6224 6225 6226 6227 |
# File 'lib/aws-sdk-wafregional/types.rb', line 6223 class WAFNonexistentItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |