Class: Aws::CognitoIdentityProvider::Types::UserPoolTaggingException

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

Overview

This exception is thrown when a user pool tag can't be set or updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10247
10248
10249
10250
10251
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10247

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