Class: Aws::GameSparks::Types::DeploymentResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamesparks/types.rb

Overview

The result of the deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Details about the deployment result.

Returns:

  • (String)


228
229
230
231
232
233
# File 'lib/aws-sdk-gamesparks/types.rb', line 228

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

#result_codeString

The type of deployment result.

Returns:

  • (String)


228
229
230
231
232
233
# File 'lib/aws-sdk-gamesparks/types.rb', line 228

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