Class: Aws::Types::ValidationFinding
- Inherits:
-
Object
- Object
- Aws::Types::ValidationFinding
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "TargetInaccessible", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#provider_message ⇒ ::String
Returns the value of attribute provider_message.
-
#scope ⇒ Types::ValidationFindingScope
Returns the value of attribute scope.
-
#type ⇒ "INFO", ...
Returns the value of attribute type.
Instance Attribute Details
#code ⇒ "TargetInaccessible", ...
Returns the value of attribute code.
4712 4713 4714 |
# File 'sig/types.rbs', line 4712 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
4713 4714 4715 |
# File 'sig/types.rbs', line 4713 def end |
#provider_message ⇒ ::String
Returns the value of attribute provider_message.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def end |
#scope ⇒ Types::ValidationFindingScope
Returns the value of attribute scope.
4715 4716 4717 |
# File 'sig/types.rbs', line 4715 def scope @scope end |
#type ⇒ "INFO", ...
Returns the value of attribute type.
4711 4712 4713 |
# File 'sig/types.rbs', line 4711 def type @type end |