Class: Aws::SSM::Types::ResourcePolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourcePolicyNotFoundException
- 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
#message ⇒ String
16665 16666 16667 16668 16669 |
# File 'lib/aws-sdk-ssm/types.rb', line 16665 class ResourcePolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |