Class: Aws::Shield::Types::LockedSubscriptionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::LockedSubscriptionException
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
1555 1556 1557 1558 1559 |
# File 'lib/aws-sdk-shield/types.rb', line 1555 class LockedSubscriptionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |