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)


11069
11070
11071
11072
11073
# File 'lib/aws-sdk-cloudfront/types.rb', line 11069

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