Class: Aws::WAFV2::Types::WAFAssociatedItemException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFAssociatedItemException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
WAF couldn’t perform the operation because your resource is being used by another resource or it’s associated with another resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9411 9412 9413 9414 9415 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9411 class WAFAssociatedItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |