Class: Aws::Types::LimitExceededException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

Returns the value of attribute can_retry.

Returns:

  • (Boolean)


465
466
467
# File 'sig/types.rbs', line 465

def can_retry
  @can_retry
end

#error_code"ASSESSMENT_TARGET_LIMIT_EXCEEDED", ...

Returns the value of attribute error_code.

Returns:

  • ("ASSESSMENT_TARGET_LIMIT_EXCEEDED", "ASSESSMENT_TEMPLATE_LIMIT_EXCEEDED", "ASSESSMENT_RUN_LIMIT_EXCEEDED", "RESOURCE_GROUP_LIMIT_EXCEEDED", "EVENT_SUBSCRIPTION_LIMIT_EXCEEDED")


464
465
466
# File 'sig/types.rbs', line 464

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def message
  @message
end