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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def long_description
  @long_description
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def reason
  @reason
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def short_description
  @short_description
end