Class: Aws::KMS::Types::ConflictException

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

Overview

The request was rejected because an automatic rotation of this key is currently in progress or scheduled to begin within the next 20 minutes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


254
255
256
257
258
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 254

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