Class: Aws::IoT::Types::VersionsLimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The number of policy versions exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


18636
18637
18638
18639
18640
# File 'lib/aws-sdk-iot/types.rb', line 18636

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