Class: Aws::DataZone::Types::AttributeError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AttributeError
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The attribute error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_identifier ⇒ String
The attribute ID as part of the attribute error.
-
#code ⇒ String
The code generated as part of the attribute error.
-
#message ⇒ String
The message generated as part of the attribute error.
Instance Attribute Details
#attribute_identifier ⇒ String
The attribute ID as part of the attribute error.
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 |
#code ⇒ String
The code generated as part of the attribute error.
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 |
#message ⇒ String
The message generated as part of the attribute error.
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 |