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)


10243
10244
10245
10246
10247
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10243

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