Class: Aws::Ivschat::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ 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_id ⇒ 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_type ⇒ 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 |