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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/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)


4224
4225
4226
4227
4228
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 4224

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