Class: Aws::CloudFront::Types::IllegalDelete

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

Overview

You cannot delete a managed policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5897
5898
5899
5900
5901
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5897

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