Class: Aws::DataZone::Types::EnvironmentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EnvironmentError
- Includes:
- Structure
- Defined in:
- 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.
7265 7266 7267 7268 7269 7270 |
# File 'lib/aws-sdk-datazone/types.rb', line 7265 class EnvironmentError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message for the failure reason for the environment deployment.
7265 7266 7267 7268 7269 7270 |
# File 'lib/aws-sdk-datazone/types.rb', line 7265 class EnvironmentError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |