Class: Aws::GreengrassV2::Types::CancelDeploymentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that communicates if the cancel was successful.

Returns:

  • (String)


207
208
209
210
211
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 207

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