Class: Aws::CloudFront::Types::FieldLevelEncryptionProfileSizeExceeded

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

The maximum size of a profile for field-level encryption was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4435
4436
4437
4438
4439
# File 'lib/aws-sdk-cloudfront/types.rb', line 4435

class FieldLevelEncryptionProfileSizeExceeded < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end