Class: Aws::Shield::Types::LockedSubscriptionException

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

Overview

You are trying to update a subscription that has not yet completed the 1-year commitment. You can change the AutoRenew parameter during the last 30 days of your subscription. This exception indicates that you are attempting to change AutoRenew prior to that period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1555
1556
1557
1558
1559
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1555

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