Class: Aws::CloudFront::Types::EntityAlreadyExists

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

Overview

The entity already exists. You must provide a unique entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4460
4461
4462
4463
4464
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 4460

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