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

Returns:

  • (String)


16572
16573
16574
16575
16576
# File 'lib/aws-sdk-ssm/types.rb', line 16572

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