Class: Aws::AlexaForBusiness::Types::ResourceAssociatedException

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

Overview

Another resource is associated with the resource in the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3655
3656
3657
3658
3659
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 3655

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