Class: Aws::CloudFront::Types::NoSuchCloudFrontOriginAccessIdentity

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

Overview

The specified origin access identity does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7917
7918
7919
7920
7921
# File 'lib/aws-sdk-cloudfront/types.rb', line 7917

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