Class: Aws::MachineLearning::Types::TagLimitExceededException

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3539
3540
3541
3542
3543
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3539

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