Class: Aws::CloudFront::Types::EntityLimitExceeded

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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