Class: Aws::SSM::Types::AutomationDefinitionNotApprovedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

#messageString

Returns:

  • (String)


1172
1173
1174
1175
1176
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 1172

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