Class: Aws::GreengrassV2::Types::CancelDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::CancelDeploymentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that communicates if the cancel was successful.
Instance Attribute Details
#message ⇒ String
A message that communicates if the cancel was successful.
207 208 209 210 211 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 207 class CancelDeploymentResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |