Class: Aws::SocialMessaging::Types::UntagResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status_codeInteger

The status code of the untag resource operation.

Returns:

  • (Integer)


766
767
768
769
770
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 766

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