Class: Aws::MediaStore::Types::PolicyNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaStore::Types::PolicyNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediastore/types.rb
Overview
The policy that you specified in the request does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
598 599 600 601 602 |
# File 'lib/aws-sdk-mediastore/types.rb', line 598 class PolicyNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |