Class: Aws::SSM::Types::AutomationDefinitionNotApprovedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AutomationDefinitionNotApprovedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1172 1173 1174 1175 1176 |
# File 'lib/aws-sdk-ssm/types.rb', line 1172 class AutomationDefinitionNotApprovedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |