Class: Aws::Types::RegistrationDeniedReasonInformation
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationDeniedReasonInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documentation_link ⇒ ::String
Returns the value of attribute documentation_link.
-
#documentation_title ⇒ ::String
Returns the value of attribute documentation_title.
-
#long_description ⇒ ::String
Returns the value of attribute long_description.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
Instance Attribute Details
#documentation_link ⇒ ::String
Returns the value of attribute documentation_link.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def documentation_link @documentation_link end |
#documentation_title ⇒ ::String
Returns the value of attribute documentation_title.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def documentation_title @documentation_title end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def long_description @long_description end |
#reason ⇒ ::String
Returns the value of attribute reason.
1755 1756 1757 |
# File 'sig/types.rbs', line 1755 def reason @reason end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1756 1757 1758 |
# File 'sig/types.rbs', line 1756 def short_description @short_description end |