Class: Aws::Types::RegistrationDeniedReasonInformation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute documentation_link.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1757
1758
1759
# File 'sig/types.rbs', line 1757

def long_description
  @long_description
end

#reason ⇒ ::String

Returns the value of attribute reason.

Returns:

  • (::String)


1755
1756
1757
# File 'sig/types.rbs', line 1755

def reason
  @reason
end

#short_description ⇒ ::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1756
1757
1758
# File 'sig/types.rbs', line 1756

def short_description
  @short_description
end