Class: Aws::Ivschat::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivschat/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


859
860
861
862
863
864
865
# File 'lib/aws-sdk-ivschat/types.rb', line 859

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Returns:

  • (String)


859
860
861
862
863
864
865
# File 'lib/aws-sdk-ivschat/types.rb', line 859

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Returns:

  • (String)


859
860
861
862
863
864
865
# File 'lib/aws-sdk-ivschat/types.rb', line 859

class ResourceNotFoundException < Struct.new(
  :message,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end