Class: Aws::CloudFront::Types::InvalidWebACLId
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidWebACLId
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A web ACL id specified in the response body is not valid.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5254 5255 5256 5257 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5254 class InvalidWebACLId < Struct.new( :message) include Aws::Structure end |