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

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

Instance Attribute Details

#codeString

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

Returns:

  • (String)


5755
5756
5757
5758
5759
5760
# File 'lib/aws-sdk-datazone/types.rb', line 5755

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)


5755
5756
5757
5758
5759
5760
# File 'lib/aws-sdk-datazone/types.rb', line 5755

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