Class: Aws::DataZone::Types::AttributeError

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

Overview

The attribute error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_identifierString

The attribute ID as part of the attribute error.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1407

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

#codeString

The code generated as part of the attribute error.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1407

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

#messageString

The message generated as part of the attribute error.

Returns:

  • (String)


1407
1408
1409
1410
1411
1412
1413
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1407

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