Class: Aws::DataZone::Types::EnvironmentError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The error code for the failure reason for the environment deployment.

Returns:

  • (String)


4044
4045
4046
4047
4048
4049
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4044

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

#messageString

The error message for the failure reason for the environment deployment.

Returns:

  • (String)


4044
4045
4046
4047
4048
4049
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4044

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