Class: Aws::CloudFront::Types::EntityLimitExceeded
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::EntityLimitExceeded
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The key value store entity limit has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4160 4161 4162 4163 4164 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 4160 class EntityLimitExceeded < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |