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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6042
6043
6044
6045
# File 'lib/aws-sdk-cloudfront/types.rb', line 6042

class NoSuchCloudFrontOriginAccessIdentity < Struct.new(
  :message)
  include Aws::Structure
end