Class: Aws::GameSparks::Types::DeploymentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::DeploymentResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
The result of the deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Details about the deployment result.
-
#result_code ⇒ String
The type of deployment result.
Instance Attribute Details
#message ⇒ String
Details about the deployment result.
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_code ⇒ String
The type of deployment result.
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 |