Class: Aws::Types::ThrottlingReason

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1685
1686
1687
# File 'sig/types.rbs', line 1685

def reason
  @reason
end

#resource::String

Returns the value of attribute resource.

Returns:

  • (::String)


1686
1687
1688
# File 'sig/types.rbs', line 1686

def resource
  @resource
end