Class: Aws::WAFRegional::Types::WAFUnavailableEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::WAFUnavailableEntityException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
The operation failed because the entity referenced is temporarily unavailable. Retry your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6326 6327 6328 6329 6330 |
# File 'lib/aws-sdk-wafregional/types.rb', line 6326 class WAFUnavailableEntityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |