Class: Aws::DataZone::Types::FailureCause

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Specifies the error message that is returned if the operation cannot be successfully completed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The description of the error message.

Returns:

  • (String)


5954
5955
5956
5957
5958
# File 'lib/aws-sdk-datazone/types.rb', line 5954

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