Class: Aws::CloudFront::Types::EntityNotFound

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

Overview

The entity was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4479
4480
4481
4482
4483
# File 'lib/aws-sdk-cloudfront/types.rb', line 4479

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