Class: Aws::WAFV2::Types::WAFUnavailableEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::WAFUnavailableEntityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
WAF couldn’t retrieve the resource that you requested. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13652 13653 13654 13655 13656 |
# File 'lib/aws-sdk-wafv2/types.rb', line 13652 class WAFUnavailableEntityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |