Method: Aws::WorkSpacesWeb::Types::ResourceNotFoundException#message
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
#message ⇒ String
3505 3506 3507 3508 3509 3510 3511 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3505 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |