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
9414 9415 9416 9417 9418 |
# File 'lib/aws-sdk-wafv2/types.rb', line 9414 class WAFAssociatedItemException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |