Class: Aws::Types::ResourcePolicyLimitExceededException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


3970
3971
3972
# File 'sig/types.rbs', line 3970

def limit
  @limit
end

#limit_type::String

Returns the value of attribute limit_type.

Returns:

  • (::String)


3971
3972
3973
# File 'sig/types.rbs', line 3971

def limit_type
  @limit_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


3972
3973
3974
# File 'sig/types.rbs', line 3972

def message
  @message
end