Class: Aws::DataZone::Types::EnvironmentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentError
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The failure reasons for the environment deployment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code for the failure reason for the environment deployment.
-
#message ⇒ String
The error message for the failure reason for the environment deployment.
Instance Attribute Details
#code ⇒ String
The error code for the failure reason for the environment deployment.
7377 7378 7379 7380 7381 7382 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7377 class EnvironmentError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message for the failure reason for the environment deployment.
7377 7378 7379 7380 7381 7382 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7377 class EnvironmentError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |