Class: Aws::SSM::Types::ResourcePolicyNotFoundException

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

Overview

No policies with the specified policy ID and hash could be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString



17496
17497
17498
17499
17500
# File 'lib/aws-sdk-ssm/types.rb', line 17496

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