Class: Aws::Types::SchemaVersionErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::SchemaVersionErrorItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def error_details @error_details end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
6761 6762 6763 |
# File 'sig/types.rbs', line 6761 def version_number @version_number end |