Class: Aws::Types::InvalidConfigurationDetail
- Inherits:
-
Object
- Object
- Aws::Types::InvalidConfigurationDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#constraint ⇒ ::String
Returns the value of attribute constraint.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#constraint ⇒ ::String
Returns the value of attribute constraint.
653 654 655 |
# File 'sig/types.rbs', line 653 def constraint @constraint end |
#location ⇒ ::String
Returns the value of attribute location.
654 655 656 |
# File 'sig/types.rbs', line 654 def location @location end |
#reason ⇒ ::String
Returns the value of attribute reason.
655 656 657 |
# File 'sig/types.rbs', line 655 def reason @reason end |
#type ⇒ ::String
Returns the value of attribute type.
656 657 658 |
# File 'sig/types.rbs', line 656 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
657 658 659 |
# File 'sig/types.rbs', line 657 def value @value end |