Class: Aws::SMS::Types::ReplicationRunLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

You have exceeded the number of on-demand replication runs you can request in a 24-hour period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1420
1421
1422
1423
1424
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1420

class ReplicationRunLimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end