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.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def documentation_link @documentation_link end |
#documentation_title ⇒ ::String
Returns the value of attribute documentation_title.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def documentation_title @documentation_title end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def long_description @long_description end |
#reason ⇒ ::String
Returns the value of attribute reason.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def reason @reason end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def short_description @short_description end |